Complete the cleanup of the lint-basic run #2194
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
tox -e lint-basic # || exit 1
|
||||
tox -e lint-basic || exit 1
|
||||
tox
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -21,7 +21,7 @@ deps =
|
|||
bandit
|
||||
flake8
|
||||
commands =
|
||||
bandit -r --exit-zero -s B105,B301,B411,B413,B608,B101 \
|
||||
bandit -r -s B101,B411,B413,B608 \
|
||||
-x checkdeps.*,bitmessagecurses,bitmessageqt,tests pybitmessage
|
||||
flake8 pybitmessage --count --select=E9,F63,F7,F82 \
|
||||
--show-source --statistics
|
||||
|
|
Reference in New Issue
Block a user