Skip to content

Commit 65025ab

Browse files
python-desertaltendky
andauthored
Blacken toxinidir
Co-Authored-By: Kyle Altendorf <[email protected]>
1 parent b5624f8 commit 65025ab

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 {toxinidir}
4949
isort --verbose --check-only --diff --recursive src tests setup.py
5050

5151
[testenv:spell]

0 commit comments

Comments
 (0)