Describe the bug
After installing the plugin, I do not see it annotate any warnings or errors at all. With ruff check
in the command-line, I do see there are several issues in the code, but these are not picked up by the plugin.
To Reproduce
Steps to reproduce the behavior:
Create a file ruff_failure.py
with the contents
test0 = 0; test1 = 1
Observe no Ruff issues in PyCharm.
Run ruff check ruff_failure.py
Observe there is in fact an issue with the code.
E702 Multiple statements on one line (semicolon)
Expected behavior
I expect the PyCharm plugin to also warn or error on the E702 violation.
Screenshots
not necessary
Environments (please complete the following information):
Additional context
Thanks for the plugin, hope this can be easily resolved so we can roll it out in our organisation.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too