Skip to content

Commit 1f431df

Browse files
pre-commit-ci[bot]fedorov
authored andcommitted
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.7...v0.15.8) - [github.com/pre-commit/mirrors-clang-format: v22.1.1 → v22.1.2](pre-commit/mirrors-clang-format@v22.1.1...v22.1.2) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1)
1 parent d9b0751 commit 1f431df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ repos:
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.15.7"
43+
rev: "v0.15.8"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
4747
- id: ruff-format
4848

4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: "v22.1.1"
50+
rev: "v22.1.2"
5151
hooks:
5252
- id: clang-format
5353
types_or: [c++, c, cuda]
@@ -86,7 +86,7 @@ repos:
8686
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8787

8888
- repo: https://github.com/python-jsonschema/check-jsonschema
89-
rev: "0.37.0"
89+
rev: "0.37.1"
9090
hooks:
9191
- id: check-dependabot
9292
- id: check-github-workflows

0 commit comments

Comments
 (0)