Open mcdonnnj opened 1 year ago
Just some small, general cleanup on the code base including:
Improving code quality is always good and due to the nature of this code base (Python 2) we can not trivially automate these auto-formatters.
An appropriate .isort.cfg file will need to be added and the isort and black tools should run without changing any files.
.isort.cfg
💡 Summary
Just some small, general cleanup on the code base including:
Motivation and context
Improving code quality is always good and due to the nature of this code base (Python 2) we can not trivially automate these auto-formatters.
Implementation notes
An appropriate
.isort.cfg
file will need to be added and the isort and black tools should run without changing any files.