Add CI
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
2025-04-20 23:38:50 +02:00
parent be8d381d98
commit 5ead63f28e
3 changed files with 65 additions and 1 deletions

View File

@@ -21,7 +21,8 @@ dependencies = [
dev = [
"ruff>=0.11.6",
"black>=25.1.0",
"mypy>=1.15.0"
"mypy>=1.15.0",
"bandit>=1.8.3"
]
[build-system]