1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

14 lines
405 B
INI
Raw Normal View History

[settings]
2020-02-03 02:35:11 -07:00
skip_glob = hyperglass/api/examples/*.py
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