From 919de212025ebf08e96826ac9c1ca84d0dfb78fa Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 20 Apr 2020 11:21:50 +0200 Subject: [tox] Extend the black check to the relevant parts in tests Also apply the formatting. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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} -- cgit v1.2.1