pub async fn get_ruff_config(
configuration: &Configuration,
) -> Result<String, Error<GetRuffConfigError>>Expand description
Returns the instance-level ruff.toml content as plain text. Intentionally unauthenticated so the LSP extra container can poll it across any deployment topology. Responds with an empty body when the instance config is unset. Ruff configuration is lint/format policy, not a credential.