Skip to content

Commit 2da31e2

Browse files
committed
Ignore assert on tests
Signed-off-by: Federico Busetti <[email protected]>
1 parent 4ed3512 commit 2da31e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ any_other_function_with_shell_equals_true:
136136
- subprocess.check_output
137137
- subprocess.run
138138
assert_used:
139-
skips: []
139+
skips: ['./tests/*.py']
140140
hardcoded_tmp_directory:
141141
tmp_dirs:
142142
- /tmp

0 commit comments

Comments
 (0)