diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 904d495..fc8d0e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: validate-pyproject - repo: https://github.com/crate-ci/typos - rev: dictgen-v0.3.1 + rev: v1.30.0 hooks: - id: typos - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 + rev: v19.1.7 hooks: - id: clang-format args: ["--style={ BasedOnStyle: Google, ColumnLimit: 99 }", -i] @@ -31,14 +31,14 @@ repos: - manual - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.9 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy files: "^src/"