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
Non-relative paths in ruff.exclude match against parent directories outside of the project.
My working path is $HOME/src/<project>/ and with tool.ruff.extend-exclude = ['src'] set the ruff language server will not format any python within ~/src/project/.
Calling ruff format on the command line works normally.
Description
Non-relative paths in
ruff.exclude
match against parent directories outside of the project.My working path is
$HOME/src/<project>/
and withtool.ruff.extend-exclude = ['src']
set the ruff language server will not format any python within~/src/project/
.Calling
ruff format
on the command line works normally.LSP Trace:
The text was updated successfully, but these errors were encountered: