Complete the cleanup of the lint-basic run #2194

Merged
PeterSurda merged 2 commits from gitea-75 into v0.6 2024-03-06 14:27:34 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 698932f487 - Show all commits

View File

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

View File

@ -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