We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7381983 commit 01c7699Copy full SHA for 01c7699
.bandit
@@ -0,0 +1,12 @@
1
+[bandit]
2
+# Bandit configuration for pfSense redactor
3
+
4
+# Exclude test directories from assert checks
5
+# Using assert in tests is standard pytest practice
6
+exclude_dirs = /tests/
7
8
+# Skip assert_used check (B101) for test files
9
+skips = B101
10
11
+# Test files are not compiled to optimised bytecode in production
12
+# so assert statements in tests are not a security concern
0 commit comments