14 lines
251 B
INI
14 lines
251 B
INI
[flake8]
|
|
max_line_length = 96
|
|
|
|
[isort]
|
|
include_trailing_comma = true
|
|
multi_line_output = 3
|
|
lines_after_imports = 2
|
|
combine_as_imports = true
|
|
force_grid_wrap = 0
|
|
use_parentheses = true
|
|
line_length = 88
|
|
known_first_party = max
|
|
known_third_party = flask
|