diff --git a/tox.ini b/tox.ini index f52da5f8..75c4d54a 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ allowlist_externals=make,pre-commit [testenv:py{38,39,310,311}-lint] deps=pre-commit commands= + pre-commit install pre-commit run --all-files --show-diff-on-failure [testenv:py{38,39,310,311}-wheel]