mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Fix syntax of iconf file and lint rule collision (#1061)
According to the official config sample the iconf template in this repository was misformatted. Also two settings were added so indents of imports follow the same format as suggested by black linter. Fixes: #1050 Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
parent
acc728c530
commit
6093426f1e
1 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,8 @@
|
||||||
[isort]
|
[settings]
|
||||||
profile=
|
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
|
||||||
|
|
Loading…
Reference in a new issue