Skip to content

Commit 6251619

Browse files
[pre-commit.ci] pre-commit autoupdate (#464)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.5.4](astral-sh/ruff-pre-commit@v0.4.9...v0.5.4) - [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>
1 parent 04927a1 commit 6251619

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
@@ -18,7 +18,7 @@ repos:
1818
# Python
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.4.9
21+
rev: v0.5.4
2222
hooks:
2323
- id: ruff
2424
args: ["--fix"]
@@ -31,7 +31,7 @@ repos:
3131
args: ["--write"]
3232
# Python inside docs
3333
- repo: https://github.com/asottile/blacken-docs
34-
rev: 1.16.0
34+
rev: 1.18.0
3535
hooks:
3636
- id: blacken-docs
3737
# markdown, yaml

0 commit comments

Comments
 (0)