koxudaxi / ruff-pycharm-plugin

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

Add support for EAP 233 #283

Closed elliotwaite closed 11 months ago

elliotwaite commented 11 months ago

Is your feature request related to a problem? Please describe. I am unable to use this plugin with PyCharm 2023.3 EAP.

Describe the solution you'd like I'm not familiar with Gradle, but it looks like changing pluginUntilBuild = 232.* to pluginUntilBuild = 233.* might fix this. I'm not sure if anything else needs to be changed as well.

P.S. Thanks for making this plugin!

koxudaxi commented 11 months ago

@elliotwaite 0.0.24 supports EAP 2023.3 Thank you !!

elliotwaite commented 11 months ago

@koxudaxi Thanks! It's working.