Skip to content

Commit

Permalink
re-enable pre_commit in "tox -e lint", fix InvocationError
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Feb 19, 2021
1 parent 4883339 commit f329b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ passenv =
REQUESTS_CA_BUNDLE
SSL_CERT_FILE

#[testenv:lint]
#commands = python -m pre_commit run -a
#deps =
# pre-commit
[testenv:lint]
commands = python3 -m pre_commit run -a
deps =
pre-commit

[testenv:py27-extra]
basepython = python2.7
Expand Down

0 comments on commit f329b61

Please sign in to comment.