diff_cover icon indicating copy to clipboard operation
diff_cover copied to clipboard

Support ruff for quality checking

Open AdamWill opened this issue 1 year ago • 2 comments

Ruff seems to be the cool new kid on the block for Python linting. Could we have diff-cover support it for quality checking? At a quick look I guess it might be pretty simple if it works nicely with RegexBasedDriver, if I get time to try it myself I will do...

AdamWill avatar Sep 18 '23 15:09 AdamWill

Sorry, responded from a work account before.

100% open to a pr on this. I don't typically add features to diff cover myself since I don't actively work on any python projects right now and I would prefer anything that gets added has at least one person who intends on using the feature.

I see my role as maintaining dependencies, keeping python up to date, managing prs that come in and helping with issues when there is enough detail for me to understand and reproduce the problem.

Bachmann1234 avatar Sep 18 '23 21:09 Bachmann1234

I would also like to see this feature developed, I definitely find it useful since ruff is like the all-around linter

Gary-LePeep avatar Sep 12 '24 20:09 Gary-LePeep