Skip to content

Commit

Permalink
MAINT: update pre-commit configuration (#82)
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)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2024
1 parent e92ba4c commit a752069
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 a752069

Please sign in to comment.