We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9a95cd + 00e9ecf commit 7537d11Copy full SHA for 7537d11
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,10 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
ci:
4
skip: [shellcheck]
5
+ autoupdate_schedule: monthly
6
+
7
exclude: 'tools/schemacode/src/bidsschematools/tests/data/broken_dataset_description.json'
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
rev: v6.0.0
@@ -17,7 +20,7 @@ repos:
17
20
- id: check-added-large-files
18
21
- id: check-case-conflict
19
22
- repo: https://github.com/python-jsonschema/check-jsonschema
- rev: 0.36.2
23
+ rev: 0.37.0
24
hooks:
25
- id: check-dependabot
26
- id: check-github-workflows
0 commit comments