We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b532c commit b4354d2Copy full SHA for b4354d2
tox.ini
@@ -10,6 +10,6 @@ deps =
10
isort
11
commands =
12
flake8 . --max-line-length=120
13
- pylint --max-line-length=120 --disable=W0621,C0116,R0913,R0914 --fail-under=8 *.py
+ pylint --max-line-length=120 --disable=W0621,C0116,R0913,R0914,C0103 --fail-under=8 *.py
14
mypy . --install-types --non-interactive
15
isort . --check-only --diff --line-length 120
0 commit comments