diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0e45729..54effdef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.26.0 + rev: v1.27.3 hooks: - id: typos @@ -35,7 +35,7 @@ repos: - id: check-renovate - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.4 hooks: - id: actionlint @@ -45,14 +45,14 @@ repos: - id: checkmake - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.7.4 hooks: - id: ruff-format - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.0 + rev: v1.13.0 hooks: - id: mypy