Skip to content

Commit

Permalink
Fixed tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 13, 2024
1 parent 77b94df commit 5489fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ commands = [["pytest", { replace = "posargs", extend = true }]]

[tool.tox.env.pre-commit]
commands = [["pre-commit", "run", "--all-files"]]
depends = []
allowlist_externals = ["pre-commit"]
package = "skip"

[tool.tox.env.pyright]
Expand Down

0 comments on commit 5489fbd

Please sign in to comment.