diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e55d561..52302e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,25 +20,25 @@ repos: - --msg-filename stages: [ commit-msg ] - repo: https://github.com/crate-ci/typos - rev: v1.27.3 + rev: v1.29.4 hooks: - id: typos - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.3 + rev: v19.1.7 hooks: - id: clang-format args: - --style=Google - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.9.3 hooks: # Run the linter. - id: ruff # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: