mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Removed PyYAML version
This commit is contained in:
parent
59527129e4
commit
c02c3a237f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ setup(
|
||||||
# quickfix to prevent pycodestyle conflicts
|
# quickfix to prevent pycodestyle conflicts
|
||||||
'flake8!=2.5.3',
|
'flake8!=2.5.3',
|
||||||
'autopep8>=1.3',
|
'autopep8>=1.3',
|
||||||
'pyyaml>=3.13',
|
'pyyaml',
|
||||||
'six',
|
'six',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue