cool-easter-32542
04/03/2023, 10:16 AMfile.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/pantscool-easter-32542
04/03/2023, 4:48 PM