You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...The text was updated successfully, but these errors were encountered: