diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03b3743ee..32ea656d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-merge-conflict - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.23.0 hooks: - id: check-github-workflows - repo: https://github.com/psf/black @@ -24,7 +24,7 @@ repos: # which settings to use based on a file's directory args: ["--settings-path", ".isort.cfg"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: ["--py36-plus"]