-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathformate.toml
More file actions
41 lines (34 loc) · 808 Bytes
/
formate.toml
File metadata and controls
41 lines (34 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[hooks]
dynamic_quotes = 10
collections-import-rewrite = 20
reformat-generics = 40
noqa-reformat = 60
ellipsis-reformat = 70
squish_stubs = 80
newline_after_equals = 90
[hooks.yapf]
priority = 30
[hooks.yapf.kwargs]
yapf_style = ".style.yapf"
[hooks.trailing_commas]
priority = 21
[hooks.trailing_commas.kwargs]
format_ImportFrom = false
[hooks.isort]
priority = 50
[hooks.isort.kwargs]
indent = " "
multi_line_output = 8
import_heading_stdlib = "stdlib"
import_heading_thirdparty = "3rd party"
import_heading_firstparty = "this package"
import_heading_localfolder = "this package"
balanced_wrapping = false
lines_between_types = 0
use_parentheses = true
remove_redundant_aliases = true
default_section = "THIRDPARTY"
known_first_party = [ "flake8_strftime",]
[config]
indent = " "
line_length = 115