diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87f92ae1..4cf3ba95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: ] - repo: https://github.com/pycqa/isort - rev: 9.0.0b1 + rev: 9.0.0b2 hooks: - id: isort args: [ @@ -46,7 +46,7 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.4 + rev: 0.38.0 hooks: - id: check-github-workflows