Skip to content

Commit

Permalink
rf(metaschema): Validate object definitions that are JSON schema (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Jul 18, 2024
1 parent daf2ec8 commit 1418ce8
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 205 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ repos:
- id: check-ast
- id: check-added-large-files
- id: check-case-conflict
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
hooks:
- id: check-dependabot
- id: check-github-workflows
args: ["--verbose"]
- id: check-metaschema
files: src/metaschema.json
- id: check-readthedocs
files: readthedocs.yml
- repo: https://github.com/psf/black
rev: 24.4.2
hooks:
Expand Down Expand Up @@ -71,6 +81,8 @@ repos:
- types-PyYAML
- types-tabulate
- types-jsonschema
- jsonschema
- httpx
args: ["tools/schemacode/bidsschematools"]
pass_filenames: false
- repo: https://github.com/koalaman/shellcheck-precommit
Expand Down
Loading

0 comments on commit 1418ce8

Please sign in to comment.