Skip to content

Commit 4a96905

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](python-jsonschema/check-jsonschema@0.36.0...0.36.1)
1 parent 6f65fdc commit 4a96905

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
@@ -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.14.14'
55
hooks:
66
- id: ruff-format
77
- id: ruff-check
@@ -55,7 +55,7 @@ repos:
5555
- id: interrogate
5656
exclude: test.*
5757
- repo: https://github.com/python-jsonschema/check-jsonschema
58-
rev: 0.36.0
58+
rev: 0.36.1
5959
hooks:
6060
- id: check-github-actions
6161
- id: check-github-workflows

0 commit comments

Comments
 (0)