Kozea / pygal

PYthon svg GrAph plotting Library
https://www.pygal.org
GNU Lesser General Public License v3.0
2.62k stars 411 forks source link

Switch from flake8 + isort + pylint to ruff #550

Closed akx closed 7 months ago

akx commented 7 months ago

Follows up on f5e257d256846643261d209b0a763253f6c3e181 somewhat to switch the entire linting situation to Ruff instead.

Since Ruff's import sorting doesn't support isort's multi_line_output = 5, this changes how the imports look.

gentooboontoo commented 7 months ago

Great! (it's very fast to lint now :wink:) Thank you.

akx commented 7 months ago

@gentooboontoo I'll follow up soon with some more Ruff rules & fixes to renovate things 😊

gentooboontoo commented 7 months ago

@gentooboontoo I'll follow up soon with some more Ruff rules & fixes to renovate things 😊

That would be a great thing 🙂