Create .isort.cfg

This commit is contained in:
Andres Caicedo 2023-05-08 14:26:34 +02:00
parent 3e779a6577
commit a523e6b9c1
No known key found for this signature in database
GPG key ID: 6E797C4F5A327624

10
.isort.cfg Normal file
View 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