[pre-commit.ci] pre-commit suggestions (#12613)

This commit is contained in:
pre-commit-ci[bot] 2022-04-07 12:52:07 +00:00 committed by lexierule
parent 869c6400e6
commit e2885768ea
1 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ repos:
- id: detect-private-key
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py37-plus]
@ -77,14 +77,14 @@ repos:
name: Format code
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
args: [--line-length=120]
additional_dependencies: [black==21.12b0]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.11
rev: 0.7.14
hooks:
- id: mdformat
additional_dependencies: