Skip to content

Commit 0ec856c

Browse files
chore: update pre-commit hooks
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 a48053e commit 0ec856c

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
@@ -51,7 +51,7 @@ repos:
5151
- id: trailing-whitespace
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: "v0.12.11"
54+
rev: "v0.12.12"
5555
hooks:
5656
- id: ruff
5757
types: [file, python]
@@ -67,7 +67,7 @@ repos:
6767
additional_dependencies: [tomli]
6868

6969
- repo: https://github.com/adamchainz/blacken-docs
70-
rev: 1.19.1
70+
rev: 1.20.0
7171
hooks:
7272
- id: blacken-docs
7373
types: [file, rst]

0 commit comments

Comments
 (0)