Skip to content

Commit 82737a7

Browse files
committed
YAML code style
Signed-off-by: Federico Busetti <[email protected]>
1 parent 05692df commit 82737a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bandit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ any_other_function_with_shell_equals_true:
133133
- subprocess.check_output
134134
- subprocess.run
135135
assert_used:
136-
skips: ['./tests/*.py']
136+
skips:
137+
- ./tests/*.py
137138
hardcoded_tmp_directory:
138139
tmp_dirs:
139140
- /tmp

0 commit comments

Comments
 (0)