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 ea3c409 commit 78b014cCopy full SHA for 78b014c
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
rule: lint-types
58
- name: Lint other metrics
59
rule: lint-metrics
60
- - name: Scan AST security
+ - name: Scan AST
61
rule: scan-sec-ast
62
- name: Scan dependencies
63
rule: scan-sec-deps
pyproject.toml
@@ -125,6 +125,9 @@ warn_unreachable = true
125
allow_untyped_globals = false
126
strict_equality = true
127
128
+[tool.bandit]
129
+skips: ["B104", "B404", "B603"]
130
+
131
[tool.black]
132
line-length = 88
133
target-version = ["py312"]
0 commit comments