mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
lock those guys in.
This commit is contained in:
parent
0e6b203954
commit
3d18cba243
1 changed files with 5 additions and 4 deletions
9
setup.py
9
setup.py
|
|
@ -33,10 +33,11 @@ setup(
|
||||||
# ],
|
# ],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
# quickfix to prevent pycodestyle conflicts
|
# quickfix to prevent pycodestyle conflicts
|
||||||
'flake8!=2.5.3',
|
'flake8==3.5.0',
|
||||||
'autopep8>=1.3',
|
'autopep8==1.3.5',
|
||||||
'pyyaml',
|
'pycodestyle==2.3.1',
|
||||||
'six',
|
'pyyaml==3.12',
|
||||||
|
'six==1.11.0',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue