Skip to content

Commit b860224

Browse files
chore: update pre-commit hooks (#648) [skip ci]
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/pre-commit/mirrors-clang-format: v22.1.0 → v22.1.2](pre-commit/mirrors-clang-format@v22.1.0...v22.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b0bc4ed commit b860224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
args: ["--prose-wrap=always"]
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: "v0.15.4"
49+
rev: "v0.15.9"
5050
hooks:
5151
- id: ruff
5252
types_or: [file]
@@ -65,7 +65,7 @@ repos:
6565
additional_dependencies: [pyyaml]
6666

6767
- repo: https://github.com/codespell-project/codespell
68-
rev: v2.4.1
68+
rev: v2.4.2
6969
hooks:
7070
- id: codespell
7171
additional_dependencies:
@@ -96,7 +96,7 @@ repos:
9696
additional_dependencies: ["validate-pyproject-schema-store[all]"]
9797

9898
- repo: https://github.com/python-jsonschema/check-jsonschema
99-
rev: "0.37.0"
99+
rev: "0.37.1"
100100
hooks:
101101
- id: check-dependabot
102102
- id: check-github-workflows
@@ -114,7 +114,7 @@ repos:
114114
types_or: [c++]
115115

116116
- repo: https://github.com/pre-commit/mirrors-clang-format
117-
rev: v22.1.0
117+
rev: v22.1.2
118118
hooks:
119119
- id: clang-format
120120
types_or: [c++]

0 commit comments

Comments
 (0)