diff --git a/.bandit b/.bandit new file mode 100644 index 0000000..6031113 --- /dev/null +++ b/.bandit @@ -0,0 +1,3 @@ +[bandit] +exclude = tests,test,.venv,venv +skips = B101,B102,B105,B106,B107,B110,B603,B605,B607