Skip to content

Commit 23d5abe

Browse files
XuNeoxiaoxiang781216
authored andcommitted
tools: make isort and black formatters to work together
Config multi line output to mode 3, so isort and black can agree with each other: ``` 3 - Vertical Hanging Indent from third_party import ( lib1, lib2, lib3, lib4, ) ``` Signed-off-by: xuxingliang <[email protected]>
1 parent 559dcf5 commit 23d5abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/linters/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
ignore = W503,W605,E203
33
max-complexity = 27
44
max-line-length = 125
5+
multi_line_output=3
56
show-source = True
67
statistics = True
78

0 commit comments

Comments
 (0)