Skip to content

Commit 57408a2

Browse files
authored
chore: update pre-commit hooks (#1531)
<!--pre-commit.ci start--> updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.3](python-jsonschema/check-jsonschema@0.37.2...0.37.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.15.17](astral-sh/ruff-pre-commit@v0.15.16...v0.15.17) <!--pre-commit.ci end-->
2 parents 821f6c0 + 766122a commit 57408a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.37.2
25+
rev: 0.37.3
2626
hooks:
2727
- id: check-github-workflows
2828

@@ -95,7 +95,7 @@ repos:
9595
- id: rst-inline-touching-normal
9696

9797
- repo: https://github.com/astral-sh/ruff-pre-commit
98-
rev: v0.15.16
98+
rev: v0.15.17
9999
hooks:
100100
- id: ruff-check
101101
types_or: [python, jupyter]

0 commit comments

Comments
 (0)