Skip to content

Commit c770a5f

Browse files
Updated files with 'repo_helper'.
1 parent d7372bf commit c770a5f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

formate.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,17 @@ noqa-reformat = 60
66
ellipsis-reformat = 70
77
squish_stubs = 80
88

9-
[config]
10-
indent = "\t"
11-
line_length = 115
12-
139
[hooks.yapf]
1410
priority = 30
1511

16-
[hooks.isort]
17-
priority = 50
18-
1912
[hooks.yapf.kwargs]
2013
yapf_style = ".style.yapf"
2114

15+
[hooks.isort]
16+
priority = 50
17+
2218
[hooks.isort.kwargs]
23-
indent = "\t\t"
19+
indent = " "
2420
multi_line_output = 8
2521
import_heading_stdlib = "stdlib"
2622
import_heading_thirdparty = "3rd party"
@@ -45,3 +41,7 @@ known_third_party = [
4541
"tokenize_rt",
4642
]
4743
known_first_party = [ "emoji_strings",]
44+
45+
[config]
46+
indent = " "
47+
line_length = 115

0 commit comments

Comments
 (0)