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

This commit is contained in:
pre-commit-ci[bot] 2021-10-05 09:21:16 +02:00 committed by GitHub
parent 9317fbfc25
commit 9e621b451f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ repos:
- id: detect-private-key
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.2
rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]
@ -71,20 +71,20 @@ repos:
name: Format imports
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.9b0
hooks:
- id: black
name: Format code
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
rev: v1.11.0
hooks:
- id: blacken-docs
args: [ --line-length=120 ]
additional_dependencies: [ black==21.7b0 ]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.8
rev: 0.7.10
hooks:
- id: mdformat
additional_dependencies: