mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
++flake8
This commit is contained in:
parent
bbdbab897d
commit
8ed57dd453
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*')),
|
||||
install_requires=[
|
||||
# quickfix to prevent pycodestyle conflicts
|
||||
'flake8==3.0.4',
|
||||
'flake8==3.5.0',
|
||||
'autopep8==1.3.5',
|
||||
'pycodestyle==2.4.0',
|
||||
'pyyaml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue