Skip to content

Commit fbbc298

Browse files
[pre-commit.ci] pre-commit autoupdate (#5386)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.9...v0.4.10) - [github.com/python-jsonschema/check-jsonschema: 0.28.5 → 0.28.6](python-jsonschema/check-jsonschema@0.28.5...0.28.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ee7d0ce commit fbbc298

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.4.9
61+
rev: v0.4.10
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.28.5
90+
rev: 0.28.6
9191
hooks:
9292
# verify github syntaxes
9393
- id: check-github-workflows

0 commit comments

Comments
 (0)