Skip to content

Commit 9783579

Browse files
author
desert
committed
Enforce black in tox -e check.
Without an argument black just says No paths given. Nothing to do 😴 and exits with code 0.
1 parent 1afc1d2 commit 9783579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ skip_install = true
4545
commands =
4646
python setup.py check --strict --metadata --restructuredtext
4747
check-manifest {toxinidir}
48-
black --check
48+
black --check .
4949
isort --verbose --check-only --diff --recursive src tests setup.py
5050

5151
[testenv:spell]

0 commit comments

Comments
 (0)