summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 11:21:50 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-20 14:32:11 +0200
commit919de212025ebf08e96826ac9c1ca84d0dfb78fa (patch)
tree8380f72e90796ddc5f58bf1b99895a97dd46222a /tox.ini
parent23c4ae86b630b2dc8e6bcc582250740a5438daa7 (diff)
downloadpylint-git-919de212025ebf08e96826ac9c1ca84d0dfb78fa.tar.gz
[tox] Extend the black check to the relevant parts in tests
Also apply the formatting.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index aa9cf5ab9..acceea048 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ deps =
black==19.10b0
isort==4.3.21
commands =
- black --check pylint setup.py
+ black --check . --exclude="tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|venv|astroid|.tox"
isort -rc pylint/ setup.py --check-only
changedir = {toxinidir}