From 3988171b46cb56bd31a1d5789c3357454940835f Mon Sep 17 00:00:00 2001 From: zwitschi Date: Wed, 12 Nov 2025 11:36:13 +0100 Subject: [PATCH] feat: Add initial Bandit configuration for security checks --- .bandit | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bandit diff --git a/.bandit b/.bandit new file mode 100644 index 0000000..62b15ee --- /dev/null +++ b/.bandit @@ -0,0 +1,3 @@ +[bandit] +skips = B101,B601 +exclude_dirs = alembic,scripts