Skip to content

Commit 1cbb2c9

Browse files
committed
change black linter options
1 parent 01bae29 commit 1cbb2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps =
1010
isort
1111
commands =
1212
flake8 . --max-line-length=120
13-
black --check . --line-length 120
13+
black --check . --diff --line-length 120
1414
pylint --max-line-length=120 *.py
1515
mypy .
1616
isort --check-only . --line-length 120

0 commit comments

Comments
 (0)