Skip to content

Commit a91e0e9

Browse files
committed
Fix tox.ini
1 parent 8c657ca commit a91e0e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ deps =
1515
flake8
1616
mccabe
1717
pylint
18+
bs4
1819
commands =
1920
black --check --diff --verbose loading_sdk
2021
flake8 loading_sdk --max-complexity 10 --ignore E501
21-
pylint loading_sdk --disable=C0114,C0115,C0116,W0212,R0801
22+
pylint loading_sdk --disable=C0114,C0115,C0116,W0212,R0801,E0401,R0903
2223
coverage run --source=loading_sdk --branch -m unittest -v
2324
coverage report -m

0 commit comments

Comments
 (0)