[pre-commit.ci] pre-commit suggestions (#9819)
This commit is contained in:
parent
9317fbfc25
commit
9e621b451f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue