Releases: koxudaxi/ruff-pycharm-plugin
Releases · koxudaxi/ruff-pycharm-plugin
v0.0.14
- Move inspection to external_annotator [#158]
- Add --force-exclude to default arguments [#162]
- Fix content vanishes when set --force-exclude [#164]
v0.0.13
- Add disableOnSaveOutsideOfProject option [#155]
v0.0.12
- Support ruff 0.0.260 [#144]
- Fix multi-edit fixes [#145]
v0.0.11
- Fix unicode corruption on Windows [#137]
v0.0.10
- Fix invalid text range error [#116]
- Fix Cannot create listener error [#117]
- Enable showRuleCode as default [#118]
v0.0.9
- Detect project ruff after packages refreshed [#96]
- Refactor unnecessary variables [#97]
- Fix string index out of bounds exception [#98]
- Add file path args when a save action [#100]
- Improve ruff action [#101]
v0.0.8
- Support conda system path [#84]
- Add global ruff path to settings [#86]
- Fix misspelled displayName in plugin.xml [#88]
- Support ruff config path [#89]
- Fix unexpected io error [#90]
- Fix unexpected decode error [#92]
- Improve error handling [#94]
v0.0.7
- Support Windows [#73]
- Support ruff command in user site [#77]
- Support PyCharm 231 [#78]
v0.0.6
- Support file path when run ruff command [#59]
- Support showing rule code in inspection message [#60]
v0.0.5
- Fix system ruff detection [#53]