mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +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*')),
|
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
# quickfix to prevent pep8 conflicts
|
||||||
|
'flake8',
|
||||||
'argparse',
|
'argparse',
|
||||||
'autopep8>=1.1',
|
'autopep8>=1.1',
|
||||||
'flake8',
|
|
||||||
'plumbum',
|
'plumbum',
|
||||||
'pyflakes',
|
'pyflakes',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue