Skip to content

Commit 12e9b17

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.7...v21.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3)
1 parent b88a45f commit 12e9b17

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
@@ -11,13 +11,13 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: end-of-file-fixer
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v20.1.7
20+
rev: v21.1.2
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.12.2
41+
rev: v0.13.3
4242
hooks:
4343
- id: ruff # linter
4444
- id: ruff-format # formatter

0 commit comments

Comments
 (0)