Add the ability to choose the database path at startup. Add more tests. Add bandit
This commit is contained in:
parent
8c7226964a
commit
6bc5b66d3f
16 changed files with 297 additions and 97 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: |
|
||||
apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
black pyflakes3 vulture
|
||||
black pyflakes3 vulture python3-bandit
|
||||
|
||||
- name: Run linters
|
||||
run: |
|
||||
|
|
@ -24,3 +24,4 @@ jobs:
|
|||
pyflakes3 bouquin/*
|
||||
pyflakes3 tests/*
|
||||
vulture
|
||||
bandit -s B110 -r bouquin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue