Skip to content

Commit 4b2e70d

Browse files
authored
chore(deps): update pre-commit hooks (#292)
2 parents 5a6b217 + 89a9326 commit 4b2e70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
args: ["--ignore-words-list=THIRDPARTY", --write-changes]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.14.10
34+
rev: v0.14.14
3535
hooks:
3636
- id: ruff-check
3737
args: [--fix, --show-fixes]
@@ -68,7 +68,7 @@ repos:
6868
- validate-pyproject[all]>=0.13
6969

7070
- repo: https://github.com/python-jsonschema/check-jsonschema
71-
rev: 0.36.0
71+
rev: 0.36.1
7272
hooks:
7373
- id: check-metaschema
7474
files: \.schema\.json$

0 commit comments

Comments
 (0)