mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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 <xuxingliang@xiaomi.com>
This commit is contained in:
parent
559dcf5a90
commit
23d5abeb76
1 changed files with 1 additions and 0 deletions
1
.github/linters/setup.cfg
vendored
1
.github/linters/setup.cfg
vendored
|
|
@ -2,6 +2,7 @@
|
|||
ignore = W503,W605,E203
|
||||
max-complexity = 27
|
||||
max-line-length = 125
|
||||
multi_line_output=3
|
||||
show-source = True
|
||||
statistics = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue