Skip to content

Commit 4fa5c3e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v22.1.1](pre-commit/mirrors-clang-format@v21.1.2...v22.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.0...v0.15.6)
1 parent d9fe9e4 commit 4fa5c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repos:
1717
args: ['--py312-plus']
1818

1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v21.1.2
20+
rev: v22.1.1
2121
hooks:
2222
- id: clang-format
2323
args: [--style=file]
2424
exclude_types: [javascript,json]
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.14.0
27+
rev: v0.15.6
2828
hooks:
2929
- id: ruff-check
3030
args: [--fix]

0 commit comments

Comments
 (0)