diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8ba3419..464cf94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]