aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/.isort.cfg
blob: 17eab482ffe883d5ceb908d9aaa42e6359068bf9 (plain)
1
2
3
4
5
6
7
8
9
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