mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
added black profile to isort to simplify configuration (#3252)
Co-authored-by: Viridius <76791633+Viridius@users.noreply.github.com>
This commit is contained in:
parent
c900dee197
commit
7be44d6ddb
2 changed files with 3 additions and 7 deletions
2
.github/linters/.isort.cfg
vendored
Normal file
2
.github/linters/.isort.cfg
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[settings]
|
||||
profile=black
|
|
@ -1,8 +1,2 @@
|
|||
[settings]
|
||||
profile=
|
||||
|
||||
; vertical hanging indent mode also used in black configuration
|
||||
multi_line_output = 3
|
||||
|
||||
; necessary because black expect the trailing comma
|
||||
include_trailing_comma = true
|
||||
profile=black
|
||||
|
|
Loading…
Reference in a new issue