mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
f1b646efc7
See https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
10 lines
153 B
INI
10 lines
153 B
INI
[flake8]
|
|
extend-ignore = E203
|
|
ignore = W503,W605
|
|
max-complexity = 27
|
|
max-line-length = 125
|
|
show-source = True
|
|
statistics = True
|
|
|
|
[isort]
|
|
profile = black
|