Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 663d330

Browse files
ci(pre-commit): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 β†’ v0.6.2](astral-sh/ruff-pre-commit@v0.5.6...v0.6.2) - [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/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 c47f266 commit 663d330

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
- cspell
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.5.6
8+
rev: v0.6.2
99
hooks:
1010
- id: ruff
1111
args:
@@ -26,7 +26,7 @@ repos:
2626
- --modifylinebreaks
2727
- --GCString
2828
- repo: https://github.com/commitizen-tools/commitizen
29-
rev: v3.28.0
29+
rev: v3.29.0
3030
hooks:
3131
- id: commitizen
3232
- repo: https://github.com/liblaf/pre-commit-hooks
@@ -57,16 +57,16 @@ repos:
5757
- id: mixed-line-ending
5858
- id: trailing-whitespace
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.29.1
60+
rev: 0.29.2
6161
hooks:
6262
- id: check-github-workflows
6363
- repo: https://github.com/sirosen/texthooks
64-
rev: 0.6.6
64+
rev: 0.6.7
6565
hooks:
6666
- id: fix-ligatures
6767
- id: fix-spaces
6868
- id: forbid-bidi-controls
6969
- repo: https://github.com/streetsidesoftware/cspell-cli
70-
rev: v8.13.1
70+
rev: v8.13.3
7171
hooks:
7272
- id: cspell

0 commit comments

Comments
Β (0)