You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use the Ruff Plugin (https://plugins.jetbrains.com/plugin/20574-ruff) and when I do the Format action in the IDE, it produce different results than running uv run ruff format as commnad-line. The only difference is the tabulation of function arguments.
On sreenshot 1 with uv run ruff format, the file on the left (formatted with Jetbrains ruff plugin CTRL+ALT+L) is modified to delete some tabulation.
Here are my plugin settings:
Expected behavior
Same formatting between command line nad Jetbrains plugin.
Environments (please complete the following information):
IDE: IntelliJ IDEA 2024.2.1 (Ultimate Edition)
OS: Windows 11 23H2 + Git Bash
Ruff Version: ruff 0.6.1
Plugin version: 0.0.35
The text was updated successfully, but these errors were encountered:
Describe the bug
I use the Ruff Plugin (https://plugins.jetbrains.com/plugin/20574-ruff) and when I do the Format action in the IDE, it produce different results than running uv run ruff format as commnad-line. The only difference is the tabulation of function arguments.
On sreenshot 1 with uv run ruff format, the file on the left (formatted with Jetbrains ruff plugin CTRL+ALT+L) is modified to delete some tabulation.
Here are my plugin settings:
Expected behavior
Same formatting between command line nad Jetbrains plugin.
Environments (please complete the following information):
ruff 0.6.1
The text was updated successfully, but these errors were encountered: