mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
github/linters/setup.cfg: ignore E203 for flake8 to fix compatibility issues with black
For more details, see https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
This commit is contained in:
parent
0914c20c0d
commit
6b35ff323a
1 changed files with 1 additions and 1 deletions
2
.github/linters/setup.cfg
vendored
2
.github/linters/setup.cfg
vendored
|
|
@ -1,5 +1,5 @@
|
|||
[flake8]
|
||||
ignore = W503,W605
|
||||
ignore = W503,W605,E203
|
||||
max-complexity = 27
|
||||
max-line-length = 125
|
||||
show-source = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue