raiden00pl commented on PR #8992: URL: https://github.com/apache/nuttx/pull/8992#issuecomment-1509608730
@davids5 the incompatibility of black and flake8 is a known thing: https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8 We can update our CI setup.cfg to ignore E203 check for flake8 or you can ignore broken lines with `# noqa: E203` comment. See more here: https://flake8.pycqa.org/en/3.1.1/user/ignoring-errors.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org