superlint/TEMPLATES/.isort.cfg
Mario Lubenka 6093426f1e
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>
2020-12-07 09:00:56 -06:00

8 lines
190 B
INI

[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