Reduce number of globally disabled bandit checks

and uncomment fail fast in the test script.
This commit is contained in:
Lee Miller 2024-03-06 12:44:52 +02:00
parent b211c795ad
commit 698932f487
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
tox -e lint-basic # || exit 1 tox -e lint-basic || exit 1
tox tox

View File

@ -21,7 +21,7 @@ deps =
bandit bandit
flake8 flake8
commands = 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 -x checkdeps.*,bitmessagecurses,bitmessageqt,tests pybitmessage
flake8 pybitmessage --count --select=E9,F63,F7,F82 \ flake8 pybitmessage --count --select=E9,F63,F7,F82 \
--show-source --statistics --show-source --statistics