netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
538 stars 165 forks source link

Fix linter errors; remove NetBox 3.3 from test matrix. Fixes #627 #628

Closed jeffgdotorg closed 5 days ago

jeffgdotorg commented 5 days ago

Fixes: #627

Fixed tiny linter errors in 12 source files that have been breaking merge workflows.

jeffgdotorg commented 5 days ago

Holding off for now in case these errors have been serving to block the full test suite from running for some good reason that I don't understand.

jeffgdotorg commented 5 days ago

Removing NetBox 3.3 from the test matrix got the tests passing, but adding 4.0 broke them again, probably because of the removal of older Python version support in 4.0. Going to revert the 4.0 add and then merge.