forked from nuttx/nuttx-update
.github/linters: Ignore E704 warning
since black and flake8 disagree on code style: https://github.com/pyvista/pyvista/issues/5591 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
b41d96ea67
commit
2d1ca32295
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,E203
|
||||
ignore = W503,W605,E203,E704
|
||||
max-complexity = 27
|
||||
max-line-length = 125
|
||||
multi_line_output=3
|
||||
|
|
Loading…
Reference in a new issue