btashton opened a new pull request #3317: URL: https://github.com/apache/incubator-nuttx/pull/3317
## Summary We have a handful of python script that had not been updated to support python3. We also had python code style that was all over the place including using tabs. For consistency I enabled Black (https://github.com/psf/black) which is from the Python Software Foundation. It is highly opinionated, but also is able to auto format the code so you do not have to spend too much time sorting it out. Also I removed the xmodem.py script since this is a copy of the upstream project. We should just have people install it (updated the readme to include a note about this). ## Impact Python scripts can not be checked in CI for code style and are also python3 compliant. ## Testing Basic testing of the scripts that I am able to use. The ide_exporter.py I think we should consider dropping because I think we already dropped support for native support of IAR and Keil. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
