diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 110d486..970fbd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,14 +21,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.3 + rev: 0.28.6 hooks: - id: check-jsonschema args: ["--schemafile", "schema.json"] files: ^models/.*\.(json|yaml|yml)$ - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.8.0 + rev: v8.9.0 hooks: - id: cspell