Skip to content

Commit 06a4ce4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.4...v0.15.4) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.37.0](python-jsonschema/check-jsonschema@0.34.1...0.37.0)
1 parent 934f0e8 commit 06a4ce4

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
@@ -29,15 +29,15 @@ repos:
2929
# auto format Python codes within docstrings
3030
- id: blacken-docs
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.14.4
32+
rev: v0.15.4
3333
hooks:
3434
# lint & attempt to correct failures (e.g. pyupgrade)
3535
- id: ruff-check
3636
args: [--fix]
3737
# compatible replacement for black
3838
- id: ruff-format
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.34.1
40+
rev: 0.37.0
4141
hooks:
4242
# verify github syntaxes
4343
- id: check-github-workflows

0 commit comments

Comments
 (0)