diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 157a8edeb6..e601170f03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,13 +62,13 @@ repos: files: ^tests/ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.2 hooks: - id: check-github-workflows args: ["--verbose"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy files: src