Skip to content

Commit

Permalink
MAINT: update pre-commit configuration
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.28.6](python-jsonschema/check-jsonschema@0.28.3...0.28.6)
- [github.com/streetsidesoftware/cspell-cli: v8.8.0 → v8.9.0](streetsidesoftware/cspell-cli@v8.8.0...v8.9.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent e92ba4c commit 2e659d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e659d0

Please sign in to comment.