Skip to content

Commit

Permalink
Merge branch 'bids-standard:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
markmikkelsen authored Jul 25, 2024
2 parents 5e08bf7 + 1c889c1 commit 3cfca00
Show file tree
Hide file tree
Showing 14 changed files with 690 additions and 675 deletions.
14 changes: 13 additions & 1 deletion .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 @@ -57,7 +67,7 @@ repos:
- id: codespell
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.0
hooks:
- id: mypy
# Sync with project.optional-dependencies.typing
Expand All @@ -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 3cfca00

Please sign in to comment.