<#18658 `pants lint` gives no output when using `r...
# github-notifications
c
#18658 `pants lint` gives no output when using `ruff` Issue created by cedric-fauth Describe the bug I enabled ruff as a linter and tried to lint a file. Ruff fails as expected but I don't get any information why it failed. When I run ruff (not the pants integration) I get:
Copy code
file.py:1:1: D100 Missing docstring in public module
file.py:1:1: I001 [*] Import block is un-sorted or un-formatted
file.py:4:5: ANN201 Missing return type annotation for public function `hello`
file.py:4:5: D103 Missing docstring in public function
When I run
pants lint file.py
I should get the same output or? Instead I only get
ruff failed
. Pants version 2.16.0a1 OS WSL pantsbuild/pants