eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.13k stars 723 forks source link

Replace flake8 + isort + bandit with ruff #770

Closed akx closed 6 months ago

akx commented 6 months ago

This PR is a minimal re-implementation of @cclauss's #718.

It replaces the flake8, isort and bandit linters with ruff.

Additionally, tox.ini gets cleaned up a bit – there were a bunch of lint deps added in 4f0667058f78225609d2ed88fc5fc7d5ee732f7a that weren't actually used or run.