Skip to content

Commit d77ac3d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.11...v0.12.12) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 0c51c9a commit d77ac3d

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
@@ -14,14 +14,14 @@ repos:
1414
args: [--target-version, "4.2"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.11
17+
rev: v0.12.12
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/adamchainz/blacken-docs
24-
rev: 1.19.1
24+
rev: 1.20.0
2525
hooks:
2626
- id: blacken-docs
2727
alias: autoformat

0 commit comments

Comments
 (0)