We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687b89b commit 300a719Copy full SHA for 300a719
tox.ini
@@ -18,7 +18,7 @@ deps =
18
bs4
19
commands =
20
black --check --diff --verbose loading_sdk
21
- flake8 loading_sdk --max-complexity 10 --ignore E501
+ flake8 loading_sdk --max-complexity 10 --ignore E501,W503
22
pylint loading_sdk --disable=C0114,C0115,C0116,W0212,R0801,E0401,R0903
23
coverage run --source=loading_sdk --branch -m unittest -v
24
coverage report -m
0 commit comments