IBM / lmctl

Cloud Pak for Network Automation (CP4NA) (previously ALM/TNCO) command line tool
Apache License 2.0
4 stars 19 forks source link

Add type hints to code #181

Open dvaccarosenna opened 1 year ago

dvaccarosenna commented 1 year ago

Type hints improve the readability of the code and allow IDEs to offer a better development experience, particularly when it comes to code completion suggestions.

A lot of the more recent code has had type hints included (see lmctl.cli.commands, for example) but some of the older code does not. It would be good to add type hints to make the code more consistent.