mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Add isort config
This commit is contained in:
parent
eb5d122065
commit
e849870bc5
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue