2020-01-20 00:38:26 -07:00
|
|
|
[settings]
|
2020-02-03 02:35:11 -07:00
|
|
|
skip_glob = hyperglass/api/examples/*.py
|
2020-01-20 00:38:26 -07:00
|
|
|
line_length = 88
|
|
|
|
indent = ' '
|
2020-02-03 02:35:11 -07:00
|
|
|
include_trailing_comma = True
|
|
|
|
multi_line_output = 3
|
|
|
|
balanced_wrapping = True
|
|
|
|
length_sort = True
|
|
|
|
force_single_line = False
|
|
|
|
import_heading_stdlib = Standard Library
|
|
|
|
import_heading_thirdparty = Third Party
|
|
|
|
import_heading_firstparty = Project
|
2020-10-11 13:14:57 -07:00
|
|
|
import_heading_localfolder = Local
|
2020-02-14 16:18:39 -07:00
|
|
|
known_third_party = starlette,fastapi,inquirer
|