Skip to content

Commit cec2843

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.1...v0.14.6) - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.6](pre-commit/mirrors-clang-format@v21.1.2...v21.1.6) - [github.com/henryiii/validate-pyproject-schema-store: 2025.10.11 → 2025.11.21](henryiii/validate-pyproject-schema-store@2025.10.11...2025.11.21)
1 parent bb982b5 commit cec2843

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
@@ -35,15 +35,15 @@ repos:
3535

3636
# Ruff linter, replacement for flake8, pydocstyle, isort
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.14.1"
38+
rev: "v0.14.6"
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --show-fixes]
4242
- id: ruff-format
4343

4444
# C++ formatting
4545
- repo: https://github.com/pre-commit/mirrors-clang-format
46-
rev: v21.1.2
46+
rev: v21.1.6
4747
hooks:
4848
- id: clang-format
4949

@@ -66,6 +66,6 @@ repos:
6666
pass_filenames: false
6767

6868
- repo: https://github.com/henryiii/validate-pyproject-schema-store
69-
rev: 2025.10.11
69+
rev: 2025.11.21
7070
hooks:
7171
- id: validate-pyproject

0 commit comments

Comments
 (0)