Skip to content

Commit c9beae7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.10...v0.15.2) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.2](python-jsonschema/check-jsonschema@0.36.0...0.36.2)
1 parent 9dbd543 commit c9beae7

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.14.10'
4+
rev: 'v0.15.2'
55
hooks:
66
- id: ruff-format
77
- id: ruff-check
@@ -56,7 +56,7 @@ repos:
5656
- id: interrogate
5757
exclude: test.*
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.36.0
59+
rev: 0.36.2
6060
hooks:
6161
- id: check-github-actions
6262
- id: check-github-workflows

0 commit comments

Comments
 (0)