Disable auto-pep8 to avoid reordering imports

This commit is contained in:
Labrys of Knossos 2022-12-09 16:25:07 -05:00
commit 00760a09db

View file

@ -19,7 +19,7 @@ repos:
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus] args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8 #- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.0 # rev: v2.0.0
hooks: # hooks:
- id: autopep8 # - id: autopep8