Skip to content

Commit 27c5e57

Browse files
committed
Fix black config in tests
1 parent 0597e8f commit 27c5e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deps =
1212

1313
[testenv:black]
1414
deps=black
15-
commands=black --check --diff .
15+
commands=black --check --diff --extend-exclude=".tox|test" ./
1616

1717
[testenv:mypy]
1818
deps=mypy

0 commit comments

Comments
 (0)