Skip to content

Commit 7c4e79b

Browse files
committed
Fix bandit in CI suite
1 parent d1c1aa8 commit 7c4e79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
lint-command:
16-
- "bandit -r hijack -x hijack/tests"
16+
- "bandit -r mailauth -x tests"
1717
- "black --check --diff ."
1818
- "flake8 ."
1919
- "isort --check-only --diff ."

0 commit comments

Comments
 (0)