Skip to content

Commit

Permalink
Fix lint env
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Dec 15, 2023
1 parent 8a7e0bc commit 8c8b4b3
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 @@ -13,7 +13,7 @@ deps =
commands = pytest {posargs}

[testenv:lint]
extras = lint
deps = pre-commit~=3.6
skip_install = true
commands =
pre-commit run --all-files
Expand Down

0 comments on commit 8c8b4b3

Please sign in to comment.