Skip to content

Commit b4354d2

Browse files
committed
fix linter
1 parent 76b532c commit b4354d2

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,6 +10,6 @@ deps =
1010
isort
1111
commands =
1212
flake8 . --max-line-length=120
13-
pylint --max-line-length=120 --disable=W0621,C0116,R0913,R0914 --fail-under=8 *.py
13+
pylint --max-line-length=120 --disable=W0621,C0116,R0913,R0914,C0103 --fail-under=8 *.py
1414
mypy . --install-types --non-interactive
1515
isort . --check-only --diff --line-length 120

0 commit comments

Comments
 (0)