johannesjh / req2flatpak

Convert Python package requirements to Flatpak build manifests
https://johannesjh.github.io/req2flatpak/
MIT License
21 stars 2 forks source link

Consider using the ruff linter? #83

Open johannesjh opened 1 month ago

johannesjh commented 1 month ago

Another project that I am involved in started using the ruff linter, see https://github.com/beancount/smart_importer/pull/133

I am creating this issue as a note for the future, just in case we run into linter problems again, e.g., like when we had to migrate away from pylama because it was unmaintained.

cbm755 commented 1 month ago

+1 for this. I recently replaced pydocstyle and maybe other linters with ruff in a different project.