change autopep pre commit to black
This commit is contained in:
parent
3949c5b1a6
commit
8860df99de
|
|
@ -10,10 +10,11 @@ repos:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/pre-commit/mirrors-autopep8
|
- repo: https://github.com/psf/black
|
||||||
rev: v2.0.2
|
rev: stable
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: black
|
||||||
|
language_version: python3.8
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.3.1
|
rev: v3.3.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue