summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 13260b56..03ad18a1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,9 +40,9 @@ commands =
[testenv:formatting]
basepython = python3
deps =
- black==20.8b1
-commands = black --check --exclude "tests/testdata" astroid tests
-changedir = {toxinidir}
+ pre-commit~=2.11
+commands =
+ pre-commit run --all-files
[testenv:coveralls]
setenv =