Skip to content

Commit 9f084f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#5929)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4) - [github.com/python-jsonschema/check-jsonschema: 0.36.2 → 0.37.0](python-jsonschema/check-jsonschema@0.36.2...0.37.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0567e69 commit 9f084f0

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
@@ -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.15.2
61+
rev: v0.15.4
6262
hooks:
6363
# lint & attempt to correct failures (e.g. pyupgrade)
6464
- id: ruff-check
@@ -87,7 +87,7 @@ repos:
8787
tests/
8888
)
8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.36.2
90+
rev: 0.37.0
9191
hooks:
9292
# verify github syntaxes
9393
- id: check-github-workflows

0 commit comments

Comments
 (0)