diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bec9bbf..40be5e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,13 +27,13 @@ repos: - id: python-use-type-annotations - id: python-check-blanket-type-ignore - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-workflows - id: check-github-actions - id: check-dependabot - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.1' + rev: 'v0.6.2' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]