Add missing Bandit configuration file.

This commit is contained in:
2025-06-27 23:00:35 -07:00
parent 0d54fda27a
commit 392fbcd19f

3
.bandit Normal file
View File

@@ -0,0 +1,3 @@
[bandit]
exclude=tests
skips=S105,S404