Skip to content

Commit

Permalink
chore: tmp remove bandit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Jan 25, 2025
1 parent 1862b94 commit 0009344
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,7 @@ repos:
- id: actionlint
name: Check Github Actions
args: ["--ignore", "SC2102"]
exclude: ^rigging_pr_decorator\.py$

# Python code security
- repo: https://github.com/PyCQA/bandit
rev: 8fd258abbac759d62863779f946d6a88e8eabb0f #1.8.0
hooks:
- id: bandit
name: Code security checks
args: ["-r", "--level", "2", "./"]
exclude: ^rigging_pr_decorator\.py$
exclude: ^rigging_pr_description\.yml$

- repo: local
hooks:
Expand Down

0 comments on commit 0009344

Please sign in to comment.