diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 030d448..c58267f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: stages: [manual] - repo: https://github.com/john-hen/Flake8-pyproject - rev: 1.1.0.post0 + rev: 1.2.0 hooks: - id: Flake8-pyproject alias: flake8 @@ -62,7 +62,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.990 + rev: v0.991 hooks: - id: mypy exclude: jupyter_client/tests @@ -71,6 +71,6 @@ repos: stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.19.1 + rev: 0.19.2 hooks: - id: check-github-workflows