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
I have read the FAQ and my bug is not listed there.
Description
Whenever I install ruff, either inside or outside the pylsp module, it will insist in formatting my files and overriding black.
I should be able to use black as a formatter, it differs slightly from ruff and my team's CI is using black.
I should be able to do this while leaving lsp-format enabled, as that option affects formatting configuration for other languages. If I remove this, the code is correctly formatted with black.
Minimal, Reproducible Example (MRE)
Conform info
Formatters for this buffer:
LSP: pylsp
black ready (python) /Users/<user>/.local/bin/black
lsp.servers.pylsp.ruff
24.05
24.05
Description
Whenever I install ruff, either inside or outside the pylsp module, it will insist in formatting my files and overriding black.
lsp-format
enabled, as that option affects formatting configuration for other languages. If I remove this, the code is correctly formatted with black.Minimal, Reproducible Example (MRE)
Conform info
The text was updated successfully, but these errors were encountered: