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