Skip to content

Commit 59f9878

Browse files
committed
Do not run bandit on pre-commit
Signed-off-by: Federico Busetti <[email protected]>
1 parent 3ef7644 commit 59f9878

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,3 @@ repos:
3232
args: [ --fix ]
3333
# Run the formatter.
3434
#- id: ruff-format
35-
- repo: https://github.com/PyCQA/bandit
36-
# Ruff version.
37-
rev: 1.7.6
38-
hooks:
39-
- id: bandit
40-
args: [ --configfile, .bandit.yml ]

0 commit comments

Comments
 (0)