Skip to content

v0.2.0

Compare
Choose a tag to compare
@InSyncWithFoo InSyncWithFoo released this 17 Apr 02:05
· 101 commits to master since this release

For users

Added

  • Highlight severity levels are now configurable
    using the options provided in the Inspection panel.
    The inspection is renamed to "Pyright language server diagnostics".
  • Hover support can now be disabled. Previously this was always enabled.
  • Completion support is now configurable and disabled by default.
    Previously this was always enabled.

Changed

  • Rule codes, if given, are now appended to messages.
    They can be made links if the corresponding option is enabled.
  • UI messages are slightly changed.

Fixed

  • The plugin is no longer technically installable on PyCharm Community.

For contributors

Added

Changed

Fixed

  • com.intellij.modules.ultimate, which is only available in paid IDEs,
    is now a required dependency. This effectively makes the plugin
    no longer installable on/compatible with PyCharm Community. (57a1ee9)