Skip to content

Commit

Permalink
Match pre-commit version in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 20, 2025
1 parent ac87a6e commit 4b2d57f
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 @@ -12,7 +12,7 @@ commands = pytest {posargs}


[testenv:lint]
deps = pre-commit~=3.5
deps = pre-commit>=3.5,<5.0
skip_install = true
commands =
pre-commit run --all-files
Expand Down

0 comments on commit 4b2d57f

Please sign in to comment.