Skip to content

Releases: koxudaxi/ruff-pycharm-plugin

v0.0.14

10 May 06:29
4dcab3a
Compare
Choose a tag to compare
  • Move inspection to external_annotator [#158]
  • Add --force-exclude to default arguments [#162]
  • Fix content vanishes when set --force-exclude [#164]

v0.0.13

25 Apr 17:41
f0fdfa1
Compare
Choose a tag to compare
  • Add disableOnSaveOutsideOfProject option [#155]

v0.0.12

19 Apr 18:48
91f1676
Compare
Choose a tag to compare
  • Support ruff 0.0.260 [#144]
  • Fix multi-edit fixes [#145]

v0.0.11

19 Apr 05:52
6f2d30b
Compare
Choose a tag to compare
  • Fix unicode corruption on Windows [#137]

v0.0.10

13 Mar 08:45
7dcef56
Compare
Choose a tag to compare
  • Fix invalid text range error [#116]
  • Fix Cannot create listener error [#117]
  • Enable showRuleCode as default [#118]

v0.0.9

20 Feb 06:08
6330acb
Compare
Choose a tag to compare
  • 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

17 Feb 05:00
d93802b
Compare
Choose a tag to compare
  • 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

09 Feb 16:35
88ba8cc
Compare
Choose a tag to compare
  • Support Windows [#73]
  • Support ruff command in user site [#77]
  • Support PyCharm 231 [#78]

v0.0.6

22 Jan 16:38
9a87ce5
Compare
Choose a tag to compare
  • Support file path when run ruff command [#59]
  • Support showing rule code in inspection message [#60]

v0.0.5

17 Jan 17:14
2d994e4
Compare
Choose a tag to compare
  • Fix system ruff detection [#53]