chia-blockchain/.isort.cfg
Kyle Altendorf 2a6564c0a7
move all linter config to the root (#9830)
This reduces duplication, symlinks, and makes the configurations
available by default for the linting tools.
2022-01-19 11:38:11 -08:00

21 lines
389 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
; black compatibility
force_grid_wrap = 0
; black compatibility
use_parentheses = True
; black compatibility
ensure_newline_before_comments = True
; we chose 120 as line length
line_length = 120