Add isort config

This commit is contained in:
Lev Vereshchagin 2021-12-05 18:44:04 +03:00
parent eb5d122065
commit e849870bc5

View file

@ -20,6 +20,12 @@ repos:
rev: 5.10.1 rev: 5.10.1
hooks: hooks:
- id: isort - id: isort
args: [
-o, # KNOWN_THIRD_PARTY
frappe,
--profile,
black,
]
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.0 rev: v2.5.0