Skip to content

Commit 8356849

Browse files
ci(pre-commit): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3) - [github.com/commitizen-tools/commitizen: v3.28.0 → v3.29.0](commitizen-tools/commitizen@v3.28.0...v3.29.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2) - [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.9.0-1](scop/pre-commit-shfmt@v3.8.0-1...v3.9.0-1) - [github.com/sirosen/texthooks: 0.6.6 → 0.6.7](sirosen/texthooks@0.6.6...0.6.7) - [github.com/streetsidesoftware/cspell-cli: v8.13.1 → v8.13.3](streetsidesoftware/cspell-cli@v8.13.1...v8.13.3)
1 parent 590d12a commit 8356849

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ci:
66
- shellcheck
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.5.6
9+
rev: v0.6.3
1010
hooks:
1111
- id: ruff
1212
args:
1313
- --fix
1414
- id: ruff-format
1515
- repo: https://github.com/commitizen-tools/commitizen
16-
rev: v3.28.0
16+
rev: v3.29.0
1717
hooks:
1818
- id: commitizen
1919
- repo: https://github.com/koalaman/shellcheck-precommit
@@ -52,11 +52,11 @@ repos:
5252
- id: mixed-line-ending
5353
- id: trailing-whitespace
5454
- repo: https://github.com/python-jsonschema/check-jsonschema
55-
rev: 0.29.1
55+
rev: 0.29.2
5656
hooks:
5757
- id: check-github-workflows
5858
- repo: https://github.com/scop/pre-commit-shfmt
59-
rev: v3.8.0-1
59+
rev: v3.9.0-1
6060
hooks:
6161
- id: shfmt
6262
files: \.(bash|sh|zsh)(\.tmpl)?$
@@ -69,12 +69,12 @@ repos:
6969
- --case-indent
7070
- --space-redirects
7171
- repo: https://github.com/sirosen/texthooks
72-
rev: 0.6.6
72+
rev: 0.6.7
7373
hooks:
7474
- id: fix-ligatures
7575
- id: fix-spaces
7676
- id: forbid-bidi-controls
7777
- repo: https://github.com/streetsidesoftware/cspell-cli
78-
rev: v8.13.1
78+
rev: v8.13.3
7979
hooks:
8080
- id: cspell

0 commit comments

Comments
 (0)