diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07aa0e2a..34b7fe9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.16.25 + rev: v1.17.0 hooks: - id: typos @@ -38,14 +38,14 @@ repos: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.11 hooks: - id: ruff-format - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy