Installation🔗
MarketPlace🔗
The plugin is in Jetbrains repository (Ruff Plugin Page)
You can install the stable version on PyCharm's Marketplace
(Preference -> Plugins -> Marketplace) Official Documentation
Complied binary🔗
The 'Releases' section of this repository contains a compiled version of the plugin: Ruff-${version}.zip
After downloading this file, you can install the plugin from disk by following the JetBrains instructions here.
Source🔗
Alternatively, you can clone this repository and follow the instructions under the "Building the plugin" heading below to build from source.
The build process will create the file build/distributions/Ruff-${version}.zip
.
This file can be installed as a PyCharm plugin from disk following the same instructions.