We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7372bf commit c770a5fCopy full SHA for c770a5f
formate.toml
@@ -6,21 +6,17 @@ noqa-reformat = 60
6
ellipsis-reformat = 70
7
squish_stubs = 80
8
9
-[config]
10
-indent = "\t"
11
-line_length = 115
12
-
13
[hooks.yapf]
14
priority = 30
15
16
-[hooks.isort]
17
-priority = 50
18
19
[hooks.yapf.kwargs]
20
yapf_style = ".style.yapf"
21
+[hooks.isort]
+priority = 50
+
22
[hooks.isort.kwargs]
23
-indent = "\t\t"
+indent = " "
24
multi_line_output = 8
25
import_heading_stdlib = "stdlib"
26
import_heading_thirdparty = "3rd party"
@@ -45,3 +41,7 @@ known_third_party = [
45
41
"tokenize_rt",
46
42
]
47
43
known_first_party = [ "emoji_strings",]
44
+[config]
+line_length = 115
0 commit comments