mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
flake8 2.5.3 is broken: https://gitlab.com/pycqa/flake8/issues/119
This commit is contained in:
parent
36214cb67b
commit
97b88d9610
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setup(
|
|||
packages=find_packages('.', exclude=('tests*', 'testing*')),
|
||||
install_requires=[
|
||||
# quickfix to prevent pep8 conflicts
|
||||
'flake8',
|
||||
'flake8!=2.5.3',
|
||||
'argparse',
|
||||
'autopep8>=1.1',
|
||||
'pyyaml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue