diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22aad68..04ded9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.22.8 + rev: v1.22.9 hooks: - id: typos - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-github-workflows - id: check-renovate @@ -51,14 +51,14 @@ repos: - id: gitleaks - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.0 hooks: - id: ruff-format - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy