Home Blog CV Projects Patterns Notes Book Colophon Search

Python Code Formatting

20 Aug, 2023

Install isort, autoflake, black, then run:

isort . &&  autoflake -r --in-place --remove-unused-variables --remove-all-unused-imports . && black .

Comments

Be the first to comment.

Add Comment





Copyright James Gardner 1996-2020 All Rights Reserved. Admin.