nornir-automation / nornir

Pluggable multi-threaded framework with inventory management to help operate collections of devices
https://nornir.readthedocs.io/
Apache License 2.0
1.38k stars 234 forks source link

Add additional type hints to core #860

Closed ogenstad closed 11 months ago

ogenstad commented 11 months ago

Adds some of the missing type hints to the core. There are still some errors left that I haven't touched that relate to the tasks and runner plugins that are optional.

Also changed the mypy config to be a bit more strict for the core.