mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Quickfix to prevent pep8 conflicts
This commit is contained in:
parent
9d1ac3273b
commit
4078cbedf0
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -26,9 +26,10 @@ setup(
|
|||
|
||||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
# quickfix to prevent pep8 conflicts
|
||||
'flake8',
|
||||
'argparse',
|
||||
'autopep8>=1.1',
|
||||
'flake8',
|
||||
'plumbum',
|
||||
'pyflakes',
|
||||
'pyyaml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue