mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 15:44:58 +00:00
Create .isort.cfg
This commit is contained in:
parent
3e779a6577
commit
a523e6b9c1
1 changed files with 10 additions and 0 deletions
10
.isort.cfg
Normal file
10
.isort.cfg
Normal file
|
@ -0,0 +1,10 @@
|
|||
[settings]
|
||||
profile = black
|
||||
multi_line_output = 3
|
||||
include_trailing_comma = true
|
||||
force_grid_wrap = 0
|
||||
use_parentheses = true
|
||||
ensure_newline_before_comments = true
|
||||
line_length = 88
|
||||
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
||||
skip = .tox,__pycache__,*.pyc,venv*/*,reports,venv,env,node_modules,.env,.venv,dist
|
Loading…
Reference in a new issue