Skip to content

Commit

Permalink
Update pre-commit in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 16, 2020
1 parent 030596b commit 7121e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =
commands = pytest {posargs}

[testenv:lint]
deps = pre-commit>=1.20,<3.0
deps = pre-commit~=2.4
skip_install = true
commands = pre-commit run --all-files

Expand Down

0 comments on commit 7121e66

Please sign in to comment.