We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5624f8 commit 65025abCopy full SHA for 65025ab
tox.ini
@@ -45,7 +45,7 @@ skip_install = true
45
commands =
46
python setup.py check --strict --metadata --restructuredtext
47
check-manifest {toxinidir}
48
- black --check .
+ black --check {toxinidir}
49
isort --verbose --check-only --diff --recursive src tests setup.py
50
51
[testenv:spell]
0 commit comments