diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c107a9b5..7100efed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.0 hooks: - id: check-github-workflows - id: check-dependabot @@ -31,7 +31,7 @@ repos: - 'flake8-comprehensions==3.17.0' - 'flake8-typing-as-t==1.0.0' - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.1 hooks: - id: isort - repo: https://github.com/sirosen/slyp