Skip to content

Commit b7f31ad

Browse files
committed
fix(ci): remove unused pre-commit checks
1 parent 213ff6e commit b7f31ad

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,27 +53,9 @@ repos:
5353
rev: v1.11.0
5454
hooks:
5555
- id: zizmor
56-
- repo: https://github.com/scop/pre-commit-shfmt
57-
rev: v3.12.0-1
58-
hooks:
59-
- id: shfmt
60-
args: [--write]
61-
- repo: https://github.com/shellcheck-py/shellcheck-py
62-
rev: v0.10.0.1
63-
hooks:
64-
- id: shellcheck
65-
require_serial: true
6656
- repo: https://github.com/gitleaks/gitleaks
6757
rev: v8.27.2
6858
hooks:
6959
- id: gitleaks-docker
70-
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.12.3
72-
hooks:
73-
- id: ruff-check
74-
args:
75-
- --fix
76-
- --exit-non-zero-on-fix
77-
- id: ruff-format
7860
ci:
7961
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)