Describe the bug
After updating to version 0.0.29, the plugin began to highlight rules that are ignored for specific files using the per-file-ignores
section in ruff.toml
. If ruff is run from the console with the same config, it does not find any errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Since ruff itself ignores the rule, the plugin should also not highlight it
Screenshots
project structure with new folder project_tests
:
ruff check
resuilt from command line:
Environments (please complete the following information):
PyCharm Professional 2023.3.2
Windows 10 + WSL (Ubuntu 22.04)
0.1.9
0.0.29
Additional context
It is likely that this may be related to the path to the config file in Windows + WSL: #358
but i fix this error by editing ruff.xml
in .idea/
. Everything worked fine on the previous version without any changes.
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