Describe the bug
ruff check file.py --fix --config ruff.toml
- Run Ruff when reformatting code.
The results of 1 and 2 are different.
I have set ruff.toml as the config for the plugin.
The result of 1 matches the settings in , including skip-magic-trailing-comma and checks for single and double quotes. ruff.toml
Environments (please complete the following information):
- IDE: [e.g. PyCharm Community 2025.1.2 ]
- OS: [e.g. macOS 15.5.0 ]
- Ruff Version [0.11.13]
- Plugin version [0.0.47]
Additional context
Add any other context about the problem here.
Describe the bug
ruff check file.py --fix --config ruff.tomlThe results of 1 and 2 are different.
I have set
ruff.tomlas the config for the plugin.The result of 1 matches the settings in , including
skip-magic-trailing-commaand checks for single and double quotes.ruff.tomlEnvironments (please complete the following information):
Additional context
Add any other context about the problem here.