nautobot / pylint-nautobot

Custom Pylint Rules for Nautobot
https://docs.nautobot.com/projects/pylint-nautobot/en/latest/
Other
4 stars 0 forks source link

Update to support py312 and tooling to current standard #88

Closed cmsirbu closed 3 months ago

cmsirbu commented 3 months ago

Removed upper bound on Python version. Added upper bound on pylint version (due to https://github.com/nautobot/pylint-nautobot/issues/89). Switched tooling to ruff as per changes to the Nautobot App Template and removed flake8, pydocstyle, and bandit.

cmsirbu commented 3 months ago

Adding support for 3.12 is blocked by the release of Nautobot 2.3.1 - see https://github.com/nautobot/nautobot/pull/6116 (tests don't run with Nautobot 2.2.3 and later).

cmsirbu commented 3 months ago

CI should pass 🤞🏻 once Nautobot 2.3.1 is released.