pre-commit: remove autopep8, black will cover that

This commit is contained in:
Erik Sundell
2021-06-26 19:39:01 +02:00
committed by Erik Sundell
parent 744cb368d0
commit 58e7a5a01a

View File

@@ -10,12 +10,6 @@ repos:
- id: black
args: [--target-version=py36]
# Autoformat: Python code
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.7
hooks:
- id: autopep8
# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2