diff_cover icon indicating copy to clipboard operation
diff_cover copied to clipboard

Adds ruff linting and formatting

Open kingbuzzman opened this issue 8 months ago • 2 comments

Depends on:

  • https://github.com/Bachmann1234/diff_cover/pull/463

Removes flake8, pylint, black, and isort and replaces it with ruff


Logic:

  • https://github.com/Bachmann1234/diff_cover/pull/477 (the all the files that will be commited with the ruff changed and that commit will be added to the .git-blame-ignore-revs)
  • https://github.com/Bachmann1234/diff_cover/pull/464 (the files that are needed to go to ruff)

I'm thinking #477 will go in first, and #464 will be added last... still toying with this idea..

kingbuzzman avatar May 16 '25 09:05 kingbuzzman