mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36: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=[
|
||||
# quickfix to prevent pycodestyle conflicts
|
||||
'flake8!=2.5.3',
|
||||
'autopep8>=1.3',
|
||||
'pyyaml',
|
||||
'six',
|
||||
'flake8==3.5.0',
|
||||
'autopep8==1.3.5',
|
||||
'pycodestyle==2.3.1',
|
||||
'pyyaml==3.12',
|
||||
'six==1.11.0',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue