diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa1ea681..52545d56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: codespell args: [--write] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows - repo: meta