This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 2d1ca32295284e8a14b4a8593aadf5a4fc9231d9 Author: Xiang Xiao <[email protected]> AuthorDate: Sat Nov 16 23:08:31 2024 +0800 .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 <[email protected]> --- .github/linters/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/setup.cfg b/.github/linters/setup.cfg index 1f065ea750..a8b142d93a 100644 --- a/.github/linters/setup.cfg +++ b/.github/linters/setup.cfg @@ -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
