diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2bc62b4f..81aaf8aac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # dogfood - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.37.3 hooks: - id: check-dependabot - id: check-github-workflows @@ -36,7 +36,7 @@ repos: - 'flake8-typing-as-t==1.1.0' - 'flake8-comprehensions==3.17.0' - repo: https://github.com/sirosen/slyp - rev: 0.8.2 + rev: 0.9.0 hooks: - id: slyp - repo: https://github.com/PyCQA/isort