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$