diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0bd7222..8ce2f44 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,12 +23,12 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.16.23 + rev: v1.16.25 hooks: - id: typos - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.3 hooks: - id: check-github-workflows - id: check-renovate @@ -39,14 +39,14 @@ repos: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.8 hooks: - id: ruff-format - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy