Skip to content

Commit 10d9121

Browse files
[pre-commit.ci] pre-commit autoupdate (#5682)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.5](astral-sh/ruff-pre-commit@v0.11.4...v0.11.5) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 079664d commit 10d9121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
# auto format Python codes within docstrings
5959
- id: blacken-docs
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.11.4
61+
rev: v0.11.5
6262
hooks:
6363
# lint & attempt to correct failures (e.g. pyupgrade)
6464
- id: ruff
@@ -87,7 +87,7 @@ repos:
8787
tests/
8888
)
8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.32.1
90+
rev: 0.33.0
9191
hooks:
9292
# verify github syntaxes
9393
- id: check-github-workflows

0 commit comments

Comments
 (0)