Skip to content

Commit 7c148a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.9...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/pre-commit/mirrors-clang-format: v21.1.7 → v22.1.2](pre-commit/mirrors-clang-format@v21.1.7...v22.1.2)
1 parent 7394778 commit 7c148a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.14.9
4+
rev: v0.15.9
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -35,13 +35,13 @@ repos:
3535
- mdformat-ruff
3636
- mdformat-toc
3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.4.1
38+
rev: v2.4.2
3939
hooks:
4040
- id: codespell
4141
additional_dependencies:
4242
- tomli
4343
- repo: https://github.com/pre-commit/mirrors-clang-format
44-
rev: v21.1.7 # Use the sha / tag you want to point at
44+
rev: v22.1.2 # Use the sha / tag you want to point at
4545
hooks:
4646
- id: clang-format
4747
args: ["-style=Google"]

0 commit comments

Comments
 (0)