diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f8d1414..937468d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.14.0 hooks: - id: pyupgrade args: [ '--py39-plus' ] @@ -62,7 +62,7 @@ repos: hooks: - id: check-manifest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-workflows - id: check-readthedocs