diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e1cb9a6..d09170d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell @@ -50,6 +50,6 @@ repos: exclude: '.*\.(cdb|rst|dat)$' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-workflows