You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
278 B
12 lines
278 B
[tool:isort]
|
|
line_length = 120
|
|
indent = ' '
|
|
multi_line_output = 3
|
|
no_lines_before = LOCALFOLDER
|
|
use_parentheses = true
|
|
lines_after_imports = 2
|
|
skip_glob = .tox,.direnv,*_pb2.py
|
|
include_trailing_comma = true
|
|
case_sensitive = true
|
|
force_grid_wrap = 2
|
|
combine_as_imports = true
|