nuttx-apps/.github/linters/setup.cfg

10 lines
132 B
INI
Raw Normal View History

2021-04-09 18:35:47 +02:00
[flake8]
ignore = W503,W605
max-complexity = 27
max-line-length = 125
show-source = True
statistics = True
[isort]
profile = black