mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 04:54:16 +00:00
++flake8
This commit is contained in:
parent
1c497e42d6
commit
1f194d0eee
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -25,7 +25,7 @@ setup(
|
||||||
packages=find_packages(exclude=('tests*', 'testing*')),
|
packages=find_packages(exclude=('tests*', 'testing*')),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# quickfix to prevent pycodestyle conflicts
|
# quickfix to prevent pycodestyle conflicts
|
||||||
'flake8==2.5.3',
|
'flake8==3.0.4',
|
||||||
'autopep8==1.3',
|
'autopep8==1.3',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'six',
|
'six',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue