Koudai Aono
Koudai Aono
@lensvol Sorry, I did not consider that `isApplicableTo `. Please ignore my concern. > Speaking more broadly, Ruff execution errors could also be reported via notification balloon instead of a...
we should fix it in the PR https://github.com/koxudaxi/ruff-pycharm-plugin/pull/381
@KotlinIsland Can we delete the executable path in a config file? I think we don't need to save the path in the file. The plugin can find the ruff executable...
@clement-escolano I'm sorry for my late reply. Thank you for your creating the issue. OK, I will check your suggestion to see whether I can implement it.
@KotlinIsland I'm sorry. I haven't looked into it yet, I will investigate this weekend.
@KotlinIsland `detectRuffExecutable` writes the python path in the xml file by using `RuffConfigService`. I can see the path in the xml. https://github.com/koxudaxi/ruff-pycharm-plugin/blob/d5fc96f277f20780d7ac2546d899b16d6150b4d8/src/com/koxudaxi/ruff/Ruff.kt#L129 https://github.com/koxudaxi/ruff-pycharm-plugin/blob/d5fc96f277f20780d7ac2546d899b16d6150b4d8/src/com/koxudaxi/ruff/RuffConfigService.kt#L11  
@PilarczykM Thanks for the good question. I have considered this, but I have confirmed that VSCode does not display this type of warning either, so I have no particular plans...
I will change the status once it seems appropriate to add functionality in the ruff.
@xyxz-web Thank you for sharing the example. I have tried the config. But, It works fine in my local. Could you please share the plugin version, ruff version, and ruff...
> I did upgrade several dependencies After the dependencies are installed, and PyCharm has re-detected the package, the plugin will re-set the path to the ruff. > restart PyCharm after...