Skip to content

Commit c21c538

Browse files
[pre-commit.ci] pre-commit autoupdate (#677)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.10...v0.5.2) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Han Wang <[email protected]>
1 parent 6227f49 commit c21c538

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
@@ -21,7 +21,7 @@ repos:
2121
# Python
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
# Ruff version.
24-
rev: v0.4.10
24+
rev: v0.5.2
2525
hooks:
2626
- id: ruff
2727
args: ["--fix"]
@@ -36,7 +36,7 @@ repos:
3636
args: ["--write"]
3737
# Python inside docs
3838
- repo: https://github.com/asottile/blacken-docs
39-
rev: 1.16.0
39+
rev: 1.18.0
4040
hooks:
4141
- id: blacken-docs
4242
ci:

0 commit comments

Comments
 (0)