Skip to content

Commit d8ba8fe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v20.1.7](pre-commit/mirrors-clang-format@v19.1.6...v20.1.7) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.12.2](astral-sh/ruff-pre-commit@v0.8.6...v0.12.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent b8c664d commit d8ba8fe

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
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v19.1.6
20+
rev: v20.1.7
2121
hooks:
2222
- id: clang-format
2323
types_or: [file]
@@ -38,7 +38,7 @@ repos:
3838
# TODO/REMINDER: add the Ruff vscode extension to the devcontainers
3939
# Ruff, the Python auto-correcting linter/formatter written in Rust
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.8.6
41+
rev: v0.12.2
4242
hooks:
4343
- id: ruff # linter
4444
- id: ruff-format # formatter
@@ -54,7 +54,7 @@ repos:
5454
exclude: "^docs/"
5555

5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.3.0
57+
rev: v2.4.1
5858
hooks:
5959
- id: codespell
6060
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)