sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

pycodestyle update auto format #1215

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

pycodestyle is a python library for autopep8's dependency. It has a new release on July 30th, which causes the auto-format update for nnabla.

Moreover, we found out that the default clang-format used in ubuntu 20.04's repository is clang-format-10. So we modify the python script for searching clang-format in environment to let it could work correctly.