From 688a0e30cb4c719f20bc9164345a32efab973892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:00:30 +0000 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f4e59a..c6a23b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.3' + rev: 'v0.9.4' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] @@ -27,7 +27,7 @@ repos: - id: pyupgrade - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-renovate args: ["--verbose"] @@ -46,7 +46,7 @@ repos: - id: validate-pyproject - repo: https://github.com/crate-ci/typos - rev: dictgen-v0.3.1 + rev: v0.4.0 hooks: - id: typos exclude: ^\.gitignore$