mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Respect autopep8 config. Resolves #38.
This commit is contained in:
parent
9f107a0327
commit
d96cef92c9
3 changed files with 25 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setup(
|
|||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
'argparse',
|
||||
'autopep8',
|
||||
'autopep8>=1.1',
|
||||
'flake8',
|
||||
'plumbum',
|
||||
'pyflakes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue