Skip to main content

Format and Lint Python

find . -name "*.py" | xargs autopep8 --in-place --aggressive --aggressive
find . -name "*.py" | xargs flake8

Links to This Note