diff --git a/CHANGELOG/index.html b/CHANGELOG/index.html
index d625a34..be6dc41 100644
--- a/CHANGELOG/index.html
+++ b/CHANGELOG/index.html
@@ -337,6 +337,15 @@
+
+
+
@@ -1031,7 +1049,8 @@
Changelog
-
+
+0.0.37 - 2024-09-10
- Update LSP client change logic in RuffConfigurable.kt [#497]
- Update LSP4IJ references and version [#496]
diff --git a/search/search_index.json b/search/search_index.json
index 7060576..c5387bf 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Ruff PyCharm Plugin","text":""},{"location":"#help","title":"Help","text":"See documentation for more details.
"},{"location":"#sponsors","title":"Sponsors","text":"JetBrains
Astral
Datadog, Inc.
"},{"location":"#quick-installation","title":"Quick Installation","text":""},{"location":"#screenshots","title":"ScreenShots","text":""},{"location":"#features","title":"Features","text":" - [x] Inspection and highlighting
- [x] Integrating
Reformat Code
with \u2325\u21e7 \u2318 L
or Ctrl+Alt+L
- [x] Quick Fix (from mouse-over,
\u2325\u23ce
or Alt+Enter
) - [x] Show fix message
- [x] Suppressing warnings with
# noqa:
- [x] Show code explanation tooltips when hovering
# noqa: <code>
- [x] Run
ruff --fix
as an action - [x] Run
ruff --fix
for a file when the file is saved - [x] Detect both global and project-specific instances of
ruff
- [x] Always use global
ruff
command - [x] Custom global
ruff
executable path - [x] Detect a project ruff after packages refreshed
- [x] Execute
ruff
command as a new process - [x] Support
ruff
config file path as an option - [x] Detect
ruff
executable in Conda environment - [x] Detect
ruff
executable in WSL - [x] Support Ruff LSP feature
- LSP Client
- [x] Intellij LSP integration for PyCharm Pro/IDEA Ultimate
- [x] LSP4IJ by RedHat (Requires installation of the LSP4IJ plugin)
- LSP Server
- [x]
ruff-lsp
integration - [x]
ruff server
integration
- [x] Live Config Reload: Automatically updates from
pyproject.toml
and ruff.toml
without restarting - [x] Support
ruff format
for ruff version 0.0.289
or later [Experimental]
"},{"location":"#support-ruff-lsp-for-only-pycharm-proidea-ultimate","title":"Support ruff-lsp
for only PyCharm Pro/IDEA Ultimate","text":"You can enable it in Preferences/Settings
-> Tools
-> Ruff
-> Use ruff-lsp (Experimental) for PyCharm Pro/IDEA Ultimate
The lsp integration applies only below features: - Errors/warnings highlighting (textDocument/publishDiagnostics) - Quick-fixes for these errors/warnings (textDocument/codeAction
This is experimental feature.
"},{"location":"#contribute","title":"Contribute","text":"We are waiting for your contributions to ruff-pycharm-plugin
.
"},{"location":"#links","title":"Links","text":""},{"location":"#jetbrains-plugin-page","title":"JetBrains Plugin Page","text":""},{"location":"#other-pycharm-plugin-projects","title":"Other PyCharm plugin projects","text":"Pydantic PyCharm Plugin
"},{"location":"CHANGELOG/","title":"Changelog","text":""},{"location":"CHANGELOG/#unreleased","title":"Unreleased","text":" - Update LSP client change logic in RuffConfigurable.kt [#497]
- Update LSP4IJ references and version [#496]
- LSP4IJ should be optional [#494]
"},{"location":"CHANGELOG/#0036-2024-09-03","title":"0.0.36 - 2024-09-03","text":" - Fix idea lsp server on wsl [#486]
- Support LSP4IJ, which is a third-party LSP server integration [#437]
- Use preview only for non-stable server versions (<0.5.3) [#481]
- Use rule or --explain dependent on version. [#479]
"},{"location":"CHANGELOG/#0035-2024-07-24","title":"0.0.35 - 2024-07-24","text":""},{"location":"CHANGELOG/#0034-2024-06-28","title":"0.0.34 - 2024-06-28","text":" - Support new LSP integration [#454]
"},{"location":"CHANGELOG/#0033-2024-04-07","title":"0.0.33 - 2024-04-07","text":" - Improve ruff config path in wsl [#412]
- Fix wsl detection on 2024.1 [#414]
"},{"location":"CHANGELOG/#0032-2024-04-01","title":"0.0.32 - 2024-04-01","text":" - add check args [#405]
- Fix ruff executable detection [#409]
"},{"location":"CHANGELOG/#0031-2024-03-25","title":"0.0.31 - 2024-03-25","text":" - Ignore lsp restart error [#398]
- All inspections are displayed correctly [#357]
"},{"location":"CHANGELOG/#0030-2024-02-26","title":"0.0.30 - 2024-02-26","text":" - (\ud83c\udf81) sync changes from template [#378]
- Support 241 EAP [#372]
"},{"location":"CHANGELOG/#0029-2024-01-19","title":"0.0.29 - 2024-01-19","text":" - Improve Application of Ruff Results to Python Files [#349]
- Support multiple module project [#347]
- Support \"reformat code\" partially [#351]
- Improve format process [#353]
- Fix UI freeze [#355]
"},{"location":"CHANGELOG/#0028-2023-12-15","title":"0.0.28 - 2023-12-15","text":" - Fix conda env in Linux and macOS [#336]
- Support
.ruff.toml
for live config reload [#328] - Fix minimum PyCharm version [#331]
"},{"location":"CHANGELOG/#0027-2023-12-07","title":"0.0.27 - 2023-12-07","text":" - Support live config reload for LSP [#322]
"},{"location":"CHANGELOG/#0026-2023-11-10","title":"0.0.26 - 2023-11-10","text":" - Fix async version checking [#306]
"},{"location":"CHANGELOG/#0025-2023-11-03","title":"0.0.25 - 2023-11-03","text":" - Fix
ruff format
on save [#302]
"},{"location":"CHANGELOG/#0024-2023-10-12","title":"0.0.24 - 2023-10-12","text":" - Fixed to correctly recognize empty list strings [#289]
- Support 2023.3 EAP [#284]
"},{"location":"CHANGELOG/#0023-2023-10-03","title":"0.0.23 - 2023-10-03","text":" - Fix random illegalargumentexception [#274]
"},{"location":"CHANGELOG/#0022-2023-09-27","title":"0.0.22 - 2023-09-27","text":" - Fixed a bug that called ruff command infinitely [#272]
"},{"location":"CHANGELOG/#0021-2023-09-20","title":"0.0.21 - 2023-09-20","text":""},{"location":"CHANGELOG/#0020-2023-08-17","title":"0.0.20 - 2023-08-17","text":" - (\ud83c\udf81) Add icon [#233]
- Support ruff-lsp [#237]
"},{"location":"CHANGELOG/#0019-2023-07-25","title":"0.0.19 - 2023-07-25","text":" - Fix StringIndexOutofBoundException error [#227]
- Fix New hover on error code throws exception [#228]
"},{"location":"CHANGELOG/#0018-2023-07-01","title":"0.0.18 - 2023-07-01","text":" - Support EAP 232 [#210]
- Add suppress QuickFix [#198]
- Add inlay hint for noqa code [#201]
- Ignore toml parse error [#203]
"},{"location":"CHANGELOG/#0016-2023-05-26","title":"0.0.16 - 2023-05-26","text":" - Support one-based column indices for Edits [#182]
"},{"location":"CHANGELOG/#0015-2023-05-18","title":"0.0.15 - 2023-05-18","text":" - Support WSL [#172]
- Support Conda virtual environment [#174]
- Fix ruff executable path rollback problem [#176]
"},{"location":"CHANGELOG/#0014-2023-05-10","title":"0.0.14 - 2023-05-10","text":" - Move inspection to external_annotator [#158]
- Add --force-exclude to default arguments [#162]
- Fix content vanishes when set --force-exclude [#164]
"},{"location":"CHANGELOG/#0013-2023-04-25","title":"0.0.13 - 2023-04-25","text":" - Add disableOnSaveOutsideOfProject option [#155]
"},{"location":"CHANGELOG/#0012-2023-04-19","title":"0.0.12 - 2023-04-19","text":" - Support ruff 0.0.260 [#144]
- Fix multi-edit fixes [#145]
"},{"location":"CHANGELOG/#0011-2023-04-19","title":"0.0.11 - 2023-04-19","text":" - Fix unicode corruption on Windows [#137]
"},{"location":"CHANGELOG/#0010-2023-03-13","title":"0.0.10 - 2023-03-13","text":" - Fix invalid text range error [#116]
- Fix Cannot create listener error [#117]
- Enable showRuleCode as default [#118]
"},{"location":"CHANGELOG/#009-2023-02-20","title":"0.0.9 - 2023-02-20","text":" - 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]
"},{"location":"CHANGELOG/#008-2023-02-17","title":"0.0.8 - 2023-02-17","text":" - 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]
"},{"location":"CHANGELOG/#007-2023-02-09","title":"0.0.7 - 2023-02-09","text":" - Support Windows [#73]
- Support ruff command in user site [#77]
- Support PyCharm 231 [#78]
"},{"location":"CHANGELOG/#006-2023-01-22","title":"0.0.6 - 2023-01-22","text":" - Support file path when run ruff command [#59]
- Support showing rule code in inspection message [#60]
"},{"location":"CHANGELOG/#005-2023-01-17","title":"0.0.5 - 2023-01-17","text":" - Fix system ruff detection [#53]
"},{"location":"CHANGELOG/#004-2023-01-05","title":"0.0.4 - 2023-01-05","text":" - Support fix message [#43]
- Fix element detection [#44]
"},{"location":"CHANGELOG/#003-2022-12-21","title":"0.0.3 - 2022-12-21","text":" - Add ruff inspection [#28]
- Improve ruff operation [#29]
"},{"location":"CHANGELOG/#002-2022-12-04","title":"0.0.2 - 2022-12-04","text":" - Fix undo problem [#16]
- Improve python file detection [#17]
"},{"location":"CHANGELOG/#001-2022-12-04","title":"0.0.1 - 2022-12-04","text":" - Add fix action [#1]
- Refresh virtual file after run ruff [#7]
- Run
ruff --fix
for a file when the file is saved [#8] - Support Reformat Code [#9]
- skip publish plugin [#10]
- Add build local step [#11]
- Add --exit-zero option to argument [#12]
- Fix textRange logic [#13]
"},{"location":"development/","title":"Development","text":""},{"location":"development/#building-the-plugin","title":"Building the plugin","text":"You can build and run the plugin either via the command line or through IntelliJ IDEA:
"},{"location":"development/#shell-on-linux-macos-and-powershell","title":"Shell on Linux, macOS and PowerShell","text":"
./gradlew buildPlugin\n
"},{"location":"development/#command-prompt-on-windows","title":"Command Prompt on Windows","text":"gradlew buildPlugin\n
"},{"location":"development/#jetbrains-ide-on-any-platform","title":"JetBrains IDE on any platform","text":"Official documentation
"},{"location":"development/#running-the-ide-with-the-built-plugin","title":"Running the IDE with the built plugin","text":"./gradlew runIde\n
"},{"location":"development/#license-for-testsrccomjetbrains","title":"License For testSrc/com/jetbrains","text":"These files are copied to testSrc/com/jetbrains
from IntelliJ IDEA Community Edition The files are licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0
"},{"location":"install/","title":"Installation","text":""},{"location":"install/#marketplace","title":"MarketPlace","text":"The plugin is in Jetbrains repository (Ruff Plugin Page)
You can install the stable version on PyCharm's Marketplace
(Preference -> Plugins -> Marketplace) Official Documentation
"},{"location":"install/#complied-binary","title":"Complied binary","text":"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.
"},{"location":"install/#source","title":"Source","text":"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.
"}]}
\ No newline at end of file
+{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Ruff PyCharm Plugin","text":""},{"location":"#help","title":"Help","text":"See documentation for more details.
"},{"location":"#sponsors","title":"Sponsors","text":"JetBrains
Astral
Datadog, Inc.
"},{"location":"#quick-installation","title":"Quick Installation","text":""},{"location":"#screenshots","title":"ScreenShots","text":""},{"location":"#features","title":"Features","text":" - [x] Inspection and highlighting
- [x] Integrating
Reformat Code
with \u2325\u21e7 \u2318 L
or Ctrl+Alt+L
- [x] Quick Fix (from mouse-over,
\u2325\u23ce
or Alt+Enter
) - [x] Show fix message
- [x] Suppressing warnings with
# noqa:
- [x] Show code explanation tooltips when hovering
# noqa: <code>
- [x] Run
ruff --fix
as an action - [x] Run
ruff --fix
for a file when the file is saved - [x] Detect both global and project-specific instances of
ruff
- [x] Always use global
ruff
command - [x] Custom global
ruff
executable path - [x] Detect a project ruff after packages refreshed
- [x] Execute
ruff
command as a new process - [x] Support
ruff
config file path as an option - [x] Detect
ruff
executable in Conda environment - [x] Detect
ruff
executable in WSL - [x] Support Ruff LSP feature
- LSP Client
- [x] Intellij LSP integration for PyCharm Pro/IDEA Ultimate
- [x] LSP4IJ by RedHat (Requires installation of the LSP4IJ plugin)
- LSP Server
- [x]
ruff-lsp
integration - [x]
ruff server
integration
- [x] Live Config Reload: Automatically updates from
pyproject.toml
and ruff.toml
without restarting - [x] Support
ruff format
for ruff version 0.0.289
or later [Experimental]
"},{"location":"#support-ruff-lsp-for-only-pycharm-proidea-ultimate","title":"Support ruff-lsp
for only PyCharm Pro/IDEA Ultimate","text":"You can enable it in Preferences/Settings
-> Tools
-> Ruff
-> Use ruff-lsp (Experimental) for PyCharm Pro/IDEA Ultimate
The lsp integration applies only below features: - Errors/warnings highlighting (textDocument/publishDiagnostics) - Quick-fixes for these errors/warnings (textDocument/codeAction
This is experimental feature.
"},{"location":"#contribute","title":"Contribute","text":"We are waiting for your contributions to ruff-pycharm-plugin
.
"},{"location":"#links","title":"Links","text":""},{"location":"#jetbrains-plugin-page","title":"JetBrains Plugin Page","text":""},{"location":"#other-pycharm-plugin-projects","title":"Other PyCharm plugin projects","text":"Pydantic PyCharm Plugin
"},{"location":"CHANGELOG/","title":"Changelog","text":""},{"location":"CHANGELOG/#unreleased","title":"Unreleased","text":""},{"location":"CHANGELOG/#0037-2024-09-10","title":"0.0.37 - 2024-09-10","text":" - Update LSP client change logic in RuffConfigurable.kt [#497]
- Update LSP4IJ references and version [#496]
- LSP4IJ should be optional [#494]
"},{"location":"CHANGELOG/#0036-2024-09-03","title":"0.0.36 - 2024-09-03","text":" - Fix idea lsp server on wsl [#486]
- Support LSP4IJ, which is a third-party LSP server integration [#437]
- Use preview only for non-stable server versions (<0.5.3) [#481]
- Use rule or --explain dependent on version. [#479]
"},{"location":"CHANGELOG/#0035-2024-07-24","title":"0.0.35 - 2024-07-24","text":""},{"location":"CHANGELOG/#0034-2024-06-28","title":"0.0.34 - 2024-06-28","text":" - Support new LSP integration [#454]
"},{"location":"CHANGELOG/#0033-2024-04-07","title":"0.0.33 - 2024-04-07","text":" - Improve ruff config path in wsl [#412]
- Fix wsl detection on 2024.1 [#414]
"},{"location":"CHANGELOG/#0032-2024-04-01","title":"0.0.32 - 2024-04-01","text":" - add check args [#405]
- Fix ruff executable detection [#409]
"},{"location":"CHANGELOG/#0031-2024-03-25","title":"0.0.31 - 2024-03-25","text":" - Ignore lsp restart error [#398]
- All inspections are displayed correctly [#357]
"},{"location":"CHANGELOG/#0030-2024-02-26","title":"0.0.30 - 2024-02-26","text":" - (\ud83c\udf81) sync changes from template [#378]
- Support 241 EAP [#372]
"},{"location":"CHANGELOG/#0029-2024-01-19","title":"0.0.29 - 2024-01-19","text":" - Improve Application of Ruff Results to Python Files [#349]
- Support multiple module project [#347]
- Support \"reformat code\" partially [#351]
- Improve format process [#353]
- Fix UI freeze [#355]
"},{"location":"CHANGELOG/#0028-2023-12-15","title":"0.0.28 - 2023-12-15","text":" - Fix conda env in Linux and macOS [#336]
- Support
.ruff.toml
for live config reload [#328] - Fix minimum PyCharm version [#331]
"},{"location":"CHANGELOG/#0027-2023-12-07","title":"0.0.27 - 2023-12-07","text":" - Support live config reload for LSP [#322]
"},{"location":"CHANGELOG/#0026-2023-11-10","title":"0.0.26 - 2023-11-10","text":" - Fix async version checking [#306]
"},{"location":"CHANGELOG/#0025-2023-11-03","title":"0.0.25 - 2023-11-03","text":" - Fix
ruff format
on save [#302]
"},{"location":"CHANGELOG/#0024-2023-10-12","title":"0.0.24 - 2023-10-12","text":" - Fixed to correctly recognize empty list strings [#289]
- Support 2023.3 EAP [#284]
"},{"location":"CHANGELOG/#0023-2023-10-03","title":"0.0.23 - 2023-10-03","text":" - Fix random illegalargumentexception [#274]
"},{"location":"CHANGELOG/#0022-2023-09-27","title":"0.0.22 - 2023-09-27","text":" - Fixed a bug that called ruff command infinitely [#272]
"},{"location":"CHANGELOG/#0021-2023-09-20","title":"0.0.21 - 2023-09-20","text":""},{"location":"CHANGELOG/#0020-2023-08-17","title":"0.0.20 - 2023-08-17","text":" - (\ud83c\udf81) Add icon [#233]
- Support ruff-lsp [#237]
"},{"location":"CHANGELOG/#0019-2023-07-25","title":"0.0.19 - 2023-07-25","text":" - Fix StringIndexOutofBoundException error [#227]
- Fix New hover on error code throws exception [#228]
"},{"location":"CHANGELOG/#0018-2023-07-01","title":"0.0.18 - 2023-07-01","text":" - Support EAP 232 [#210]
- Add suppress QuickFix [#198]
- Add inlay hint for noqa code [#201]
- Ignore toml parse error [#203]
"},{"location":"CHANGELOG/#0016-2023-05-26","title":"0.0.16 - 2023-05-26","text":" - Support one-based column indices for Edits [#182]
"},{"location":"CHANGELOG/#0015-2023-05-18","title":"0.0.15 - 2023-05-18","text":" - Support WSL [#172]
- Support Conda virtual environment [#174]
- Fix ruff executable path rollback problem [#176]
"},{"location":"CHANGELOG/#0014-2023-05-10","title":"0.0.14 - 2023-05-10","text":" - Move inspection to external_annotator [#158]
- Add --force-exclude to default arguments [#162]
- Fix content vanishes when set --force-exclude [#164]
"},{"location":"CHANGELOG/#0013-2023-04-25","title":"0.0.13 - 2023-04-25","text":" - Add disableOnSaveOutsideOfProject option [#155]
"},{"location":"CHANGELOG/#0012-2023-04-19","title":"0.0.12 - 2023-04-19","text":" - Support ruff 0.0.260 [#144]
- Fix multi-edit fixes [#145]
"},{"location":"CHANGELOG/#0011-2023-04-19","title":"0.0.11 - 2023-04-19","text":" - Fix unicode corruption on Windows [#137]
"},{"location":"CHANGELOG/#0010-2023-03-13","title":"0.0.10 - 2023-03-13","text":" - Fix invalid text range error [#116]
- Fix Cannot create listener error [#117]
- Enable showRuleCode as default [#118]
"},{"location":"CHANGELOG/#009-2023-02-20","title":"0.0.9 - 2023-02-20","text":" - 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]
"},{"location":"CHANGELOG/#008-2023-02-17","title":"0.0.8 - 2023-02-17","text":" - 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]
"},{"location":"CHANGELOG/#007-2023-02-09","title":"0.0.7 - 2023-02-09","text":" - Support Windows [#73]
- Support ruff command in user site [#77]
- Support PyCharm 231 [#78]
"},{"location":"CHANGELOG/#006-2023-01-22","title":"0.0.6 - 2023-01-22","text":" - Support file path when run ruff command [#59]
- Support showing rule code in inspection message [#60]
"},{"location":"CHANGELOG/#005-2023-01-17","title":"0.0.5 - 2023-01-17","text":" - Fix system ruff detection [#53]
"},{"location":"CHANGELOG/#004-2023-01-05","title":"0.0.4 - 2023-01-05","text":" - Support fix message [#43]
- Fix element detection [#44]
"},{"location":"CHANGELOG/#003-2022-12-21","title":"0.0.3 - 2022-12-21","text":" - Add ruff inspection [#28]
- Improve ruff operation [#29]
"},{"location":"CHANGELOG/#002-2022-12-04","title":"0.0.2 - 2022-12-04","text":" - Fix undo problem [#16]
- Improve python file detection [#17]
"},{"location":"CHANGELOG/#001-2022-12-04","title":"0.0.1 - 2022-12-04","text":" - Add fix action [#1]
- Refresh virtual file after run ruff [#7]
- Run
ruff --fix
for a file when the file is saved [#8] - Support Reformat Code [#9]
- skip publish plugin [#10]
- Add build local step [#11]
- Add --exit-zero option to argument [#12]
- Fix textRange logic [#13]
"},{"location":"development/","title":"Development","text":""},{"location":"development/#building-the-plugin","title":"Building the plugin","text":"You can build and run the plugin either via the command line or through IntelliJ IDEA:
"},{"location":"development/#shell-on-linux-macos-and-powershell","title":"Shell on Linux, macOS and PowerShell","text":"./gradlew buildPlugin\n
"},{"location":"development/#command-prompt-on-windows","title":"Command Prompt on Windows","text":"gradlew buildPlugin\n
"},{"location":"development/#jetbrains-ide-on-any-platform","title":"JetBrains IDE on any platform","text":"Official documentation
"},{"location":"development/#running-the-ide-with-the-built-plugin","title":"Running the IDE with the built plugin","text":"./gradlew runIde\n
"},{"location":"development/#license-for-testsrccomjetbrains","title":"License For testSrc/com/jetbrains","text":"These files are copied to testSrc/com/jetbrains
from IntelliJ IDEA Community Edition The files are licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0
"},{"location":"install/","title":"Installation","text":""},{"location":"install/#marketplace","title":"MarketPlace","text":"The plugin is in Jetbrains repository (Ruff Plugin Page)
You can install the stable version on PyCharm's Marketplace
(Preference -> Plugins -> Marketplace) Official Documentation
"},{"location":"install/#complied-binary","title":"Complied binary","text":"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.
"},{"location":"install/#source","title":"Source","text":"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.
"}]}
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 9ec9741..9b46abe 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,22 +2,22 @@
https://koxudaxi.github.io/ruff-pycharm-plugin/
- 2024-09-10
+ 2024-09-11
daily
https://koxudaxi.github.io/ruff-pycharm-plugin/CHANGELOG/
- 2024-09-10
+ 2024-09-11
daily
https://koxudaxi.github.io/ruff-pycharm-plugin/development/
- 2024-09-10
+ 2024-09-11
daily
https://koxudaxi.github.io/ruff-pycharm-plugin/install/
- 2024-09-10
+ 2024-09-11
daily
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index ea6101e..84fc387 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ