Skip to content

Commit 7537d11

Browse files
Merge branch 'master' into bep032-review
2 parents b9a95cd + 00e9ecf commit 7537d11

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
ci:
44
skip: [shellcheck]
5+
autoupdate_schedule: monthly
6+
57
exclude: 'tools/schemacode/src/bidsschematools/tests/data/broken_dataset_description.json'
8+
69
repos:
710
- repo: https://github.com/pre-commit/pre-commit-hooks
811
rev: v6.0.0
@@ -17,7 +20,7 @@ repos:
1720
- id: check-added-large-files
1821
- id: check-case-conflict
1922
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.36.2
23+
rev: 0.37.0
2124
hooks:
2225
- id: check-dependabot
2326
- id: check-github-workflows

0 commit comments

Comments
 (0)