Skip to content

Commit 64f570e

Browse files
committed
Fixed tox configuration
1 parent 5abc9ec commit 64f570e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ commands = [["pytest", { replace = "posargs", extend = true }]]
140140

141141
[tool.tox.env.pre-commit]
142142
commands = [["pre-commit", "run", "--all-files"]]
143+
depends = []
144+
allowlist_externals = ["pre-commit"]
143145
package = "skip"
144146

145147
[tool.tox.env.pyright]

0 commit comments

Comments
 (0)