Skip to content

Commit c604bf9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.8...v0.13.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 5b27d82 commit c604bf9

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.12.8
21+
rev: v0.13.0
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.19.1
34+
rev: 1.20.0
3535
hooks:
3636
- id: blacken-docs
3737
# markdown, yaml

0 commit comments

Comments
 (0)