Skip to content

Commit f91537a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.9...v0.12.11) - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.0](pre-commit/mirrors-clang-format@v20.1.8...v21.1.0) - [github.com/henryiii/validate-pyproject-schema-store: 2025.08.15 → 2025.08.29](henryiii/validate-pyproject-schema-store@2025.08.15...2025.08.29)
1 parent fe0e4c5 commit f91537a

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
@@ -34,15 +34,15 @@ repos:
3434

3535
# Ruff linter and formatter
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: 'v0.12.9'
37+
rev: 'v0.12.11'
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --show-fixes]
4141
- id: ruff-format
4242

4343
# C++ formatting
4444
- repo: https://github.com/pre-commit/mirrors-clang-format
45-
rev: v20.1.8
45+
rev: v21.1.0
4646
hooks:
4747
- id: clang-format
4848
files: "src"
@@ -78,6 +78,6 @@ repos:
7878
- id: check-github-workflows
7979

8080
- repo: https://github.com/henryiii/validate-pyproject-schema-store
81-
rev: 2025.08.15
81+
rev: 2025.08.29
8282
hooks:
8383
- id: validate-pyproject

0 commit comments

Comments
 (0)