Skip to content

Commit fba3044

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/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent b862c6d commit fba3044

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.12.11"
6+
rev: "v0.12.12"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
@@ -15,7 +15,7 @@ repos:
1515
args:
1616
- --ignore-words-list=wronly,afile
1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: 1.19.1
18+
rev: 1.20.0
1919
hooks:
2020
- id: blacken-docs
2121
additional_dependencies: [ black==22.12.0 ]

0 commit comments

Comments
 (0)