mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26: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
|
pre-commit
|
||||||
pylint<1.4
|
pylint<1.4
|
||||||
pytest
|
pytest
|
||||||
six==1.9.0
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -32,7 +32,7 @@ setup(
|
||||||
'autopep8>=1.1',
|
'autopep8>=1.1',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'simplejson',
|
'simplejson',
|
||||||
'six==1.9.0',
|
'six',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue