diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e9dd7b9..fb25e5f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-merge-conflict - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.21.0 + rev: 0.22.0 hooks: - id: check-github-workflows - id: check-dependabot @@ -33,6 +33,6 @@ repos: language_version: python3 types: [python] - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell