intel / cluster-management-toolkit

Toolkit for managing and monitoring Kubernetes clusters; includes a Curses-based console UI as well as a few command-line tools.
MIT License
9 stars 3 forks source link

Code quality: Type annotations and docstrings for everything #11

Open taotriad opened 1 year ago

taotriad commented 1 year ago

All relevant pieces of code should be properly type annotated and have docstrings.

taotriad commented 9 months ago

This is making progress. Many docstrings and type annotations have been added.

According to pylint we're still missing about 270 docstrings (!) and a bit North of 700 type annotations. In other words, a long, long way to go. One step at a time.

taotriad commented 8 months ago

Further progress made. We're down to 230 missing docstrings and 120 missing type annotations.