[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.2...v21.1.8)
- [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.3...v0.14.10)
This commit is contained in:
pre-commit-ci[bot]
2026-01-05 21:12:56 +00:00
committed by GitHub
parent 2d4690e07d
commit 1170910a9f

View File

@@ -17,7 +17,7 @@ repos:
- id: mixed-line-ending - id: mixed-line-ending
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v21.1.2 rev: v21.1.8
hooks: hooks:
- id: clang-format - id: clang-format
types_or: [file] types_or: [file]
@@ -38,7 +38,7 @@ repos:
# TODO/REMINDER: add the Ruff vscode extension to the devcontainers # TODO/REMINDER: add the Ruff vscode extension to the devcontainers
# Ruff, the Python auto-correcting linter/formatter written in Rust # Ruff, the Python auto-correcting linter/formatter written in Rust
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.3 rev: v0.14.10
hooks: hooks:
- id: ruff # linter - id: ruff # linter
- id: ruff-format # formatter - id: ruff-format # formatter