pre-commit: enable isort

pull/1202/head
Erik Sundell 2022-10-31 23:29:57 +01:00
rodzic 15a1fb6e2d
commit 1926795c8c
1 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -32,14 +32,15 @@ repos:
- --target-version=py38
- --target-version=py39
- --target-version=py310
- --target-version=py311
# # Autoformat: Python code
# - repo: https://github.com/pycqa/isort
# rev: 5.10.1
# hooks:
# - id: isort
# args:
# - --profile=black
# Autoformat: Python code
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
args:
- --profile=black
# # Autoformat: markdown, yaml (but not helm templates)
# - repo: https://github.com/pre-commit/mirrors-prettier