From e849870bc56aa039dabf681fcff0c9b2c0d8e242 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Sun, 5 Dec 2021 18:44:04 +0300 Subject: [PATCH] Add isort config --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27ea09ac..2977ccd1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,12 @@ repos: rev: 5.10.1 hooks: - id: isort + args: [ + -o, # KNOWN_THIRD_PARTY + frappe, + --profile, + black, + ] - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.5.0