nuttx/.github/linters/setup.cfg
2023-04-17 01:59:10 -07:00

10 lines
137 B
INI

[flake8]
ignore = W503,W605,E203
max-complexity = 27
max-line-length = 125
show-source = True
statistics = True
[isort]
profile = black