Releases: koxudaxi/ruff-pycharm-plugin
Releases · koxudaxi/ruff-pycharm-plugin
v0.0.32
- add check args [#405]
- Fix ruff executable detection [#409]
v0.0.31
- Ignore lsp restart error [#398]
- All inspections are displayed correctly [#357]
v0.0.30
- (🎁) sync changes from template [#378]
- Support 241 EAP [#372]
v0.0.29
- Improve Application of Ruff Results to Python Files [#349]
- Support multiple module project [#347]
- Support "reformat code" partially [#351]
- Improve format process [#353]
- Fix UI freeze [#355]
v0.0.28
- Fix conda env in Linux and macOS [#336]
- Support
.ruff.toml
for live config reload [#328]
- Fix minimum PyCharm version [#331]
v0.0.27
- Support live config reload for LSP [#322]
v0.0.26
- Fix async version checking [#306]
v0.0.25
- Fix
ruff format
on save [#302]
v0.0.24
- Fixed to correctly recognize empty list strings [#289]
- Support 2023.3 EAP [#284]
v0.0.23
- Fix random illegalargumentexception [#274]