mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
Fix Black/Flake8 whitespace around slice disagreement
See https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
This commit is contained in:
parent
20424a8a59
commit
f1b646efc7
1 changed files with 1 additions and 0 deletions
1
.github/linters/setup.cfg
vendored
1
.github/linters/setup.cfg
vendored
|
|
@ -1,4 +1,5 @@
|
|||
[flake8]
|
||||
extend-ignore = E203
|
||||
ignore = W503,W605
|
||||
max-complexity = 27
|
||||
max-line-length = 125
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue