Skip to content

Commit 1a1aca9

Browse files
ci(pre-commit): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5) - [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](python-jsonschema/check-jsonschema@0.29.0...0.29.1) - [github.com/streetsidesoftware/cspell-cli: v8.10.1 → v8.12.0](streetsidesoftware/cspell-cli@v8.10.1...v8.12.0)
1 parent fa19e3f commit 1a1aca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.4
8+
rev: v0.5.5
99
hooks:
1010
- id: ruff
1111
args:
@@ -57,7 +57,7 @@ repos:
5757
- id: mixed-line-ending
5858
- id: trailing-whitespace
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.29.0
60+
rev: 0.29.1
6161
hooks:
6262
- id: check-github-workflows
6363
- repo: https://github.com/sirosen/texthooks
@@ -67,6 +67,6 @@ repos:
6767
- id: fix-spaces
6868
- id: forbid-bidi-controls
6969
- repo: https://github.com/streetsidesoftware/cspell-cli
70-
rev: v8.10.1
70+
rev: v8.12.0
7171
hooks:
7272
- id: cspell

0 commit comments

Comments
 (0)