Skip to content

Commit

Permalink
feat: update kube-rbac-proxy path on release-2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkat-Bramhasani committed Dec 23, 2024
1 parent 52fc7c1 commit 86189f1
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,15 @@ repos:
- id: gitlint
stages: [commit-msg]
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
rev: 3.0.0
hooks:
- id: script-must-have-extension
stages: [commit]
args: [] # Avoids the need to modify this specific hook further

- id: script-must-have-extension
stages: [commit]
exclude: \.envrc$
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.2.1
rev: v0.10.0.1
hooks:
- id: shellcheck
stages: [commit]
args: ["-e", "SC2211"] # Disable warnings about undefined shell
exclude: \.envrc$ # Only apply the hook to shell scripts
- id: shellcheck
stages: [commit]
args: ["-e", "SC2211"]
exclude: \.envrc$

0 comments on commit 86189f1

Please sign in to comment.