koxudaxi / ruff-pycharm-plugin

PyCharm plugin for ruff. This plugin provides reformat code using ruff.
MIT License
174 stars 7 forks source link

Not compatible with Pycharm 2024.1 EAP #383

Closed alexgmin closed 3 months ago

alexgmin commented 4 months ago

Screenshots image Since 0.0.29 is also not compatible it refuses to update it.

I did some tests by editing the version compatibility of the plugin in my local and the "Run ruff" action with the format enabled works.

Environments (please complete the following information):

washeck commented 4 months ago

I believe this was fixed in https://github.com/koxudaxi/ruff-pycharm-plugin/commit/4dbe03c28c92bcbd71ffc2a9a6fd9901d0591de7 but it is not released yet.

@koxudaxi Would you please issue a new release? This is blocking me from using EAP versions which I like to test. Thanks

koxudaxi commented 4 months ago

@washeck

OK, I will release it today.

Background: I met the unittest error in another plugin, CI/CD, when it uses the latest EAP version for the unittest. Last weekend, I spend time to debug the error. But I can't fix it yet :( It works fine as a plugin. https://github.com/koxudaxi/pydantic-pycharm-plugin/actions/runs/7994205495/job/21879373618