summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-18 11:34:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-18 12:43:37 +0200
commitc02adde9800571b7308ed1d5d3aeecdc41abd4e6 (patch)
tree4cdda68ae3bd4edf18aa856527df23dc15730e7c /tox.ini
parent497ffdc7d7b4bf47f24a40ff78ac9861470d3f5d (diff)
downloadastroid-git-c02adde9800571b7308ed1d5d3aeecdc41abd4e6.tar.gz
Formatting test now take all pre-commit hook into acccount
Diffstat (limited to 'tox.ini')
-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 =