Skip to content

Commit 56cdb3a

Browse files
[pre-commit.ci] pre-commit autoupdate (#103)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c6f43e2 commit 56cdb3a

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
@@ -34,7 +34,7 @@ repos:
3434
# auto format Python codes within docstrings
3535
- id: blacken-docs
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.15.2
37+
rev: v0.15.4
3838
hooks:
3939
# lint & attempt to correct failures (e.g. pyupgrade)
4040
- id: ruff
@@ -47,7 +47,7 @@ repos:
4747
- id: mypy
4848
exclude: ^docs/.*$
4949
- repo: https://github.com/python-jsonschema/check-jsonschema
50-
rev: 0.36.2
50+
rev: 0.37.0
5151
hooks:
5252
- id: check-github-workflows
5353
- repo: meta

0 commit comments

Comments
 (0)