Skip to content

Commit

Permalink
fix: excludes in wrong block
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Jan 25, 2025
1 parent 9c90833 commit 1862b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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
Expand All @@ -26,6 +27,7 @@ repos:
- id: bandit
name: Code security checks
args: ["-r", "--level", "2", "./"]
exclude: ^rigging_pr_decorator\.py$

- repo: local
hooks:
Expand All @@ -35,4 +37,3 @@ repos:
entry: python .scripts/check_pinned_hash_dependencies.py
language: python
files: \.github/.*\.yml$
exclude: ^\.github/workflows/.*\.yml$

0 comments on commit 1862b94

Please sign in to comment.