Skip to content

Commit 300a719

Browse files
committed
Ignore flake8 error
1 parent 687b89b commit 300a719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
bs4
1919
commands =
2020
black --check --diff --verbose loading_sdk
21-
flake8 loading_sdk --max-complexity 10 --ignore E501
21+
flake8 loading_sdk --max-complexity 10 --ignore E501,W503
2222
pylint loading_sdk --disable=C0114,C0115,C0116,W0212,R0801,E0401,R0903
2323
coverage run --source=loading_sdk --branch -m unittest -v
2424
coverage report -m

0 commit comments

Comments
 (0)