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 d1c1aa8 commit 7c4e79bCopy full SHA for 7c4e79b
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
lint-command:
16
- - "bandit -r hijack -x hijack/tests"
+ - "bandit -r mailauth -x tests"
17
- "black --check --diff ."
18
- "flake8 ."
19
- "isort --check-only --diff ."
0 commit comments