When using `ruff` with the `lint` goal I don't get...
# general
h
When using
ruff
with the
lint
goal I don't get any output when ruff fails. How can I get an output of whats wrong?
b
In the fix goal, it should be just applying the fixes it can. The lint goal is where it should be complaining (although there's an open bug where it doesn't quite work right)
h
Sry I meant the lint goal. I cannot get any output.
b
Yeah that's the bug 😁
h
Is there an issue for this?