Skip to content

Commit c0fb8e6

Browse files
committed
Tweak tox.ini
1 parent 1fc645b commit c0fb8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ deps =
1818
commands =
1919
black --check --diff --verbose loading_sdk
2020
flake8 loading_sdk --max-complexity 10 --ignore E501
21-
pylint loading_sdk --disable=C0114,C0115,C0116
21+
pylint loading_sdk --disable=C0114,C0115,C0116,W0212,R0801
2222
coverage run --source=loading_sdk --branch -m unittest -v
23-
coverage report -m --fail-under 80
23+
coverage report -m

0 commit comments

Comments
 (0)