mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
.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:
committed by
Alan C. Assis
parent
b41d96ea67
commit
2d1ca32295
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user