Skip to content

v0.1.0-alpha-8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 00:43
· 20 commits to master since this release

For users

See the documentation for more information.

Latest tool versions at the time of release:

Added

  • Previously, pressing Enter in the middle of a script metadata block
    would break it, causing the code to no longer being highlighted as TOML.
    Now, doing so will insert a new empty comment.
  • When a rule selector in a TOML configuration file is hovered,
    RyeCharm will now display a popup showing all rules matching that selector.
  • It is now possible to fix all violations of the same code using a quick fix.

Changed

  • Code actions provided by RyeCharm are now ordered,
    with Ruff violation fixes being at the top of the code action popup.

Fixed

  • Previously, the documentation for a rule would not be shown
    if both its code and the cursor were placed at the very end of a comment.
    This has been fixed.

For contributors

Dependencies