[pre-commit.ci] pre-commit autoupdate (#243)

This commit is contained in:
pre-commit-ci[bot]
2025-07-11 07:33:25 -04:00
committed by GitHub
parent b8c664d22e
commit 38ac5d7339

View File

@@ -17,7 +17,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.6
rev: v20.1.7
hooks:
- id: clang-format
types_or: [file]
@@ -38,7 +38,7 @@ repos:
# TODO/REMINDER: add the Ruff vscode extension to the devcontainers
# Ruff, the Python auto-correcting linter/formatter written in Rust
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.12.2
hooks:
- id: ruff # linter
- id: ruff-format # formatter
@@ -54,7 +54,7 @@ repos:
exclude: "^docs/"
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies: [tomli]