From 392fbcd19fe3da2a63839c711def658fb962b02d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 27 Jun 2025 23:00:35 -0700 Subject: [PATCH] Add missing Bandit configuration file. --- .bandit | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bandit diff --git a/.bandit b/.bandit new file mode 100644 index 00000000..99c5af28 --- /dev/null +++ b/.bandit @@ -0,0 +1,3 @@ +[bandit] +exclude=tests +skips=S105,S404