diff --git a/tox.ini b/tox.ini index cb735d28..bec4225a 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,8 @@ commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests} [testenv:style] deps = pre-commit skip_install = true +allowlist_externals = git +commands_pre = git config --global --add safe.directory '*' commands = pre-commit run --all-files [testenv:typing]