mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Fix pre-commit when python-future is installed and a py3 virtualenv is being created
This commit is contained in:
parent
512a6a2c64
commit
895f08af6e
3 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
|||
astroid<1.3.3
|
||||
coverage
|
||||
flake8
|
||||
# To ensure py2 creating py3 virtualenv works under test
|
||||
future
|
||||
mock
|
||||
pylint<1.4
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue