Skip to content

Commit 0009344

Browse files
chore: tmp remove bandit for now
1 parent 1862b94 commit 0009344

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ repos:
1818
- id: actionlint
1919
name: Check Github Actions
2020
args: ["--ignore", "SC2102"]
21-
exclude: ^rigging_pr_decorator\.py$
22-
23-
# Python code security
24-
- repo: https://github.com/PyCQA/bandit
25-
rev: 8fd258abbac759d62863779f946d6a88e8eabb0f #1.8.0
26-
hooks:
27-
- id: bandit
28-
name: Code security checks
29-
args: ["-r", "--level", "2", "./"]
30-
exclude: ^rigging_pr_decorator\.py$
21+
exclude: ^rigging_pr_description\.yml$
3122

3223
- repo: local
3324
hooks:

0 commit comments

Comments
 (0)