Skip to content

Commit b4e922d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v22.1.8 → v23.1.0](pre-commit/mirrors-clang-format@v22.1.8...v23.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.16.2 → v0.16.5](astral-sh/ruff-pre-commit@v0.16.2...v0.16.5)
1 parent 580c7e2 commit b4e922d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: v22.1.8
20+
rev: v23.1.0
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.16.2
27+
rev: v0.16.5
2828
hooks:
2929
- id: ruff-check
3030
args: [--fix]

0 commit comments

Comments
 (0)