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 found it show difference code formtter result when I use ctrl +alt+L and run ruff format, I'm sure enable run ruff when reformat code
To Reproduce
Steps to reproduce the behavior:
ctrl +alt+L
watch result
run ruff format for some py file
See difference
Expected behavior
same format result
Screenshots
If applicable, add screenshots to help explain your problem.
Also, gif movies are recommended.
press ctrl +alt +l
run ruff format
Environments (please complete the following information):
IDE: [PyCharm Community 2024.1 ]
OS: [ macOS 14.4.1 ]
Ruff Version [0.3.7 ]
Plugin version [ 0.0.33 ]
Additional context
my config
The text was updated successfully, but these errors were encountered:
@Cherrymelon 's answer Use ruff format(Experimental) for version 0.0.289 or later.
worked for me as well.
I had the same issue as @DonDebonair with macbook m2, pycharm code style was applied until i checked the experimental tag, thanks.
It would be really useful if there is some documentation around options once you download the plugin :)
Describe the bug
I found it show difference code formtter result when I use ctrl +alt+L and run ruff format, I'm sure enable run ruff when reformat code
To Reproduce
Steps to reproduce the behavior:
Expected behavior
same format result
Screenshots
If applicable, add screenshots to help explain your problem.
Also, gif movies are recommended.
press ctrl +alt +l
run ruff format
Environments (please complete the following information):
Additional context
my config
The text was updated successfully, but these errors were encountered: