-
- Downloads
autopep8_format_paths: add this utility to run from "make format"
This is meant as a Python version of clang_format_paths.py even though it's possible to run autopep8 directly, supporting the same convention means we can call both commands from "make format" so "make format PATHS=release/scripts" can be used to to format both C/C++ & Python code depending on the path input.
utils_maintenance/autopep8_format_paths.py
0 → 100644
Please register or sign in to comment