15 lines
223 B
INI
15 lines
223 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[isort]
|
|
multi_line_output=3
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
use_parentheses=True
|
|
line_length=88
|
|
|
|
[flake8]
|
|
ignore=E501,W503,E203
|
|
max-line-length=100
|
|
max-complexity=26
|
|
select=B,C,E,F,W,T4
|