Skip to content

Commit 7b50e41

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 3e0e2e9 commit 7b50e41

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,14 +5,14 @@ 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:
1212
- --fix
1313
- id: ruff-format
1414
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v3.28.0
15+
rev: v3.29.0
1616
hooks:
1717
- id: commitizen
1818
- repo: https://github.com/liblaf/pre-commit-hooks
@@ -44,16 +44,16 @@ repos:
4444
- id: mixed-line-ending
4545
- id: trailing-whitespace
4646
- repo: https://github.com/python-jsonschema/check-jsonschema
47-
rev: 0.29.1
47+
rev: 0.29.2
4848
hooks:
4949
- id: check-github-workflows
5050
- repo: https://github.com/sirosen/texthooks
51-
rev: 0.6.6
51+
rev: 0.6.7
5252
hooks:
5353
- id: fix-ligatures
5454
- id: fix-spaces
5555
- id: forbid-bidi-controls
5656
- repo: https://github.com/streetsidesoftware/cspell-cli
57-
rev: v8.13.1
57+
rev: v8.13.3
5858
hooks:
5959
- id: cspell

0 commit comments

Comments
 (0)