Skip to content

Commit 11e5226

Browse files
ci(pre-commit): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.5...v0.6.9) - [github.com/commitizen-tools/commitizen: v3.29.0 → v3.29.1](commitizen-tools/commitizen@v3.29.0...v3.29.1) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v19.1.1](pre-commit/mirrors-clang-format@v18.1.8...v19.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3) - [github.com/streetsidesoftware/cspell-cli: v8.13.3 → v8.14.0](streetsidesoftware/cspell-cli@v8.13.3...v8.14.0)
1 parent 28e700f commit 11e5226

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,7 +6,7 @@ ci:
66
- shellcheck
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.6.5
9+
rev: v0.6.9
1010
hooks:
1111
- id: ruff
1212
args:
@@ -27,7 +27,7 @@ repos:
2727
- --modifylinebreaks
2828
- --GCString
2929
- repo: https://github.com/commitizen-tools/commitizen
30-
rev: v3.29.0
30+
rev: v3.29.1
3131
hooks:
3232
- id: commitizen
3333
- repo: https://github.com/koalaman/shellcheck-precommit
@@ -43,15 +43,15 @@ repos:
4343
- id: prettier
4444
exclude: (.*-lock\..*)|(.*\.lock)$
4545
- repo: https://github.com/pre-commit/mirrors-clang-format
46-
rev: v18.1.8
46+
rev: v19.1.1
4747
hooks:
4848
- id: clang-format
4949
types_or:
5050
- c
5151
- c++
5252
- cuda
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v4.6.0
54+
rev: v5.0.0
5555
hooks:
5656
- id: check-added-large-files
5757
- id: check-ast
@@ -78,7 +78,7 @@ repos:
7878
- id: name-tests-test
7979
- id: trailing-whitespace
8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.29.2
81+
rev: 0.29.3
8282
hooks:
8383
- id: check-dependabot
8484
- id: check-github-actions
@@ -104,6 +104,6 @@ repos:
104104
- id: fix-spaces
105105
- id: forbid-bidi-controls
106106
- repo: https://github.com/streetsidesoftware/cspell-cli
107-
rev: v8.13.3
107+
rev: v8.14.0
108108
hooks:
109109
- id: cspell

0 commit comments

Comments
 (0)