geigerzaehler / beets-alternatives

Beets plugin to manage external files
MIT License
91 stars 21 forks source link

Move to Ruff for linting and modernize code base #80

Closed geigerzaehler closed 3 months ago

geigerzaehler commented 3 months ago

We replace basic flake8 for linting and isort and black for formatting with Ruff. We enable a couple of linters and fix the offending code.

wisp3rwind commented 3 months ago

Nice; I've recently discovered ruff as well: Its speed compared to pylint really is a gamechanger.

geigerzaehler commented 3 months ago

Yeah, I agree. It’s also nice to just use one tool for formatting and linting and not rely on a lot of separate linting packages.