2d1ca32295
since black and flake8 disagree on code style: https://github.com/pyvista/pyvista/issues/5591 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
10 lines
162 B
INI
10 lines
162 B
INI
[flake8]
|
|
ignore = W503,W605,E203,E704
|
|
max-complexity = 27
|
|
max-line-length = 125
|
|
multi_line_output=3
|
|
show-source = True
|
|
statistics = True
|
|
|
|
[isort]
|
|
profile = black
|