diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd185ce..0bd7222 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,17 +18,17 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier - repo: https://github.com/crate-ci/typos - rev: v1.16.20 + rev: v1.16.23 hooks: - id: typos - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.0 + rev: 0.27.1 hooks: - id: check-github-workflows - id: check-renovate @@ -39,19 +39,19 @@ repos: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.3 + rev: v0.1.6 hooks: - id: ruff-format - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.0 hooks: - id: mypy - repo: https://github.com/python-poetry/poetry - rev: 1.6.1 + rev: 1.7.1 hooks: - id: poetry-check - id: poetry-lock