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
When a workspace folder doesn't have any configuration available, ruff server should try find_user_settings_toml() as a fallback. This would try reading ~/.config/ruff/.ruff.toml, ~/.config/ruff/ruff.toml and ~/.config/ruff/pyproject.toml on Linux.