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.37k stars 233 forks source link

Add isort to dev dependencies #874

Closed ktbyers closed 11 months ago

ktbyers commented 11 months ago

Also upgraded black to a newer version (as now is a good time to do it).

ktbyers commented 11 months ago

I added "docs" back into isort as the "nbval" issues needed fixed anyways.

ktbyers commented 11 months ago

The only file changes that should matter are:

Makefile
pyproject.toml
.github/workflows/codeql-analysis.yml      # removal

I think everything else is just minor auto-formatting changes made by isort/black or minor testing issues (nbval testing) that arose because of those changes.

Should be good to go now.