cisagov / cyhy-core

Core code for Cyber Hygiene (CyHy)
Other
8 stars 10 forks source link

Perform some code base cleanup #79

Open mcdonnnj opened 1 year ago

mcdonnnj commented 1 year ago

💡 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.