nuttx-update/.github/linters/setup.cfg
Xiang Xiao 2d1ca32295 .github/linters: Ignore E704 warning
since black and flake8 disagree on code style:
https://github.com/pyvista/pyvista/issues/5591

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-11-17 08:31:08 -03:00

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