Skip to content

Commit f02c721

Browse files
authored
Activate bandit in ci. (#855)
1 parent 3ecdcee commit f02c721

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ jobs:
185185
- name: codespell
186186
tox: codespell
187187
# continue_on_error: true
188+
- name: bandit
189+
tox: bandit
190+
# continue_on_error: true
188191
- name: flake8
189192
tox: flake8
190193
continue_on_error: true

0 commit comments

Comments
 (0)