change autopep pre commit to black

This commit is contained in:
cloudwithax 2023-03-11 10:24:45 -05:00
parent 3949c5b1a6
commit 8860df99de
1 changed files with 4 additions and 3 deletions

View File

@ -10,10 +10,11 @@ repos:
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: autopep8
- id: black
language_version: python3.8
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks: