Releases: koxudaxi/ruff-pycharm-plugin
Releases · koxudaxi/ruff-pycharm-plugin
v0.0.22
- Fixed a bug that called ruff command infinitely [#272]
v0.0.20
- (🎁) Add icon [#233]
- Support ruff-lsp [#237]
v0.0.19
- Fix StringIndexOutofBoundException error [#227]
- Fix New hover on error code throws exception [#228]
v0.0.18
- Support EAP 232 [#210]
- Add suppress QuickFix [#198]
- Add inlay hint for noqa code [#201]
- Ignore toml parse error [#203]
v0.0.16
- Support one-based column indices for Edits [#182]
v0.0.15
- Support WSL [#172]
- Support Conda virtual environment [#174]
- Fix ruff executable path rollback problem [#176]
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]