feat:v2 #12

Merged
zwitschi merged 110 commits from develop into main 2025-11-14 18:02:55 +01:00
3 changed files with 2 additions and 5 deletions
Showing only changes of commit 3bdae3c54c - Show all commits
-3
View File
@@ -1,3 +0,0 @@
[bandit]
skips = B101,B601
exclude_dirs = alembic,scripts
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
run: black --check .
- name: Run bandit
run: bandit --ini .\.bandit -c pyproject.toml .
run: bandit -c pyproject.toml -r tests
test:
runs-on: ubuntu-latest
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
run: black --check .
- name: Run Bandit
run: bandit --ini .\.bandit -c pyproject.toml .
run: bandit -c pyproject.toml -r tests
test:
runs-on: ubuntu-latest