nautobot / nautobot-app-chatops

Extensible ChatOps Framework to enable other chatbots and the Nautobot chat command.
https://docs.nautobot.com/projects/chatops/en/latest/
Other
51 stars 34 forks source link

Replace linters with Ruff #323

Closed smk4664 closed 2 months ago

smk4664 commented 3 months ago

Upstream testing is failing in ltm-1.6 due to a conflict between pycodestyle and a dependency in the Nautobot container. This change removes Bandit, Black, Flake8 and PyDocStyle in favor of Ruff. This removes the conflict with pycodestyle and also speeds up our testing.

smk4664 commented 3 months ago

This didn't work, going to just move to ruff.