mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Allow six to bump
This commit is contained in:
parent
99574324eb
commit
516cc9fa72
2 changed files with 1 additions and 2 deletions
|
|
@ -7,4 +7,3 @@ mock
|
|||
pre-commit
|
||||
pylint<1.4
|
||||
pytest
|
||||
six==1.9.0
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ setup(
|
|||
'autopep8>=1.1',
|
||||
'pyyaml',
|
||||
'simplejson',
|
||||
'six==1.9.0',
|
||||
'six',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue