cozy icon indicating copy to clipboard operation
cozy copied to clipboard

Replace flake8 checks with Ruff and show the warning messages onh GH

Open rdbende opened this issue 2 years ago • 1 comments

What we discussed in PM @geigi, except that I added Ruff instead, so it finishes much faster. Ruff also has a ton of rules built-in (https://github.com/astral-sh/ruff#rules), so we might need to adjust the --select later.

With the --output-format github it produces outputs in the Files tab of the PR like this:

grafik

After this, we can turn off the Codeclimate checks.

rdbende avatar Jan 20 '24 17:01 rdbende

I left --exit-zero there for now, so it won't make every PR fail. However it would be good to fix all those warnings it gives in a follow-up pull request, and remove this flag.

rdbende avatar Jan 20 '24 17:01 rdbende

Awesome :) Ruff looks cool, didn't know it yet! I'll disable Codeclimate

geigi avatar Feb 03 '24 09:02 geigi