mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Move FalconSocial pre-commit-python-sorter to offical pre-commit repo, thanks @Dinoshauer @teeberg @amureki @jeffshek @Tenzer @asottile
This commit is contained in:
parent
0ddb3b8527
commit
2ca5460c30
6 changed files with 130 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -26,6 +26,7 @@ setup(
|
|||
install_requires=[
|
||||
# quickfix to prevent pycodestyle conflicts
|
||||
'flake8!=2.5.3',
|
||||
'isort>=4.1.1,<4.3',
|
||||
'autopep8>=1.3',
|
||||
'pyyaml',
|
||||
'six',
|
||||
|
|
@ -58,6 +59,7 @@ setup(
|
|||
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files',
|
||||
'no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main',
|
||||
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
|
||||
'python-import-sorter = pre_commit_hooks.sort_python_imports:main',
|
||||
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',
|
||||
'sort-simple-yaml = pre_commit_hooks.sort_simple_yaml:main',
|
||||
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue