Skip to content

Commit 7ed1a41

Browse files
authored
Merge pull request #281 from ImagingDataCommons/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 8f70624 + 54d25ab commit 7ed1a41

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: "v3.8.4"
36+
rev: "v3.9.4"
3737
hooks:
3838
- id: prettier
3939
types_or: [yaml, markdown, html, css, scss, javascript, json]
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.15.17"
43+
rev: "v0.15.20"
4444
hooks:
4545
# Run the linter
4646
- id: ruff-check
@@ -78,12 +78,12 @@ repos:
7878
exclude: .pre-commit-config.yaml
7979

8080
- repo: https://github.com/henryiii/validate-pyproject-schema-store
81-
rev: "2026.06.14"
81+
rev: "2026.07.06"
8282
hooks:
8383
- id: validate-pyproject
8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: "0.37.3"
86+
rev: "0.37.4"
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-workflows

0 commit comments

Comments
 (0)