Koudai Aono
Koudai Aono
Thank you for creating the issue. I just confirmed the problem!! > So, the fix should come from JetBrains probably. Why do you think this? I tested `undo` action before...
@cfxegbert @metoikos It's a good point. I don't reformat before using a new variable and imported module :sweat_smile: @jankatins I checked your issue. How do we set up the rules...
@glarione @metoikos Would you happen to know how to reproduce the problem? I tried the steps. But I can't reproduce it. :( > To Reproduce > Steps to reproduce the...
@jankatins Nice. I will implement it.
@cfxegbert Thank you for providing the example. But, I can't reproduce my machine. :( IDE: [PyCharm 2023.1] OS: [macOS 12.5] Ruff Version [0.0.254] Plugin version [ 0.0.10 ] > If...
@cfxegbert I can't reproduce the problem in debug mode in IntelliJ IDEA. But, I met the error in PyCharm with the GitHub copilot plugin. Do you use Copliot or another...
I believe this issue has been resolved as we've changed the method of running ruff on save to use the `actionOnSave` API. If you encounter any problems, please reopen the...
I'm sorry my late reply. The plugin calls `ruff` command every time. It means ruff uses configs on `pyproejct.toml`. Also, the entry point is individual we can add specific an...
I'm sorry for my late reply. I will find a way to avoid the conflict.
This issue should be resolved since I have updated the API used internally. If there are any problems, please reopen this issue.