Files
ruff/crates/ruff_db/src
Andrew Gallant a9671e7008 ruff_db: add a vector for configuring diagnostic output (#16118)
For now, the only thing one can configure is whether color is enabled or
not. This avoids needing to ask the `colored` crate whether colors have
been globally enabled or disabled. And, more crucially, avoids the need
to _set_ this global flag for testing diagnostic output. Doing so can
have unintended consequences, as outlined in #16115.

Fixes #16115
2025-02-12 14:38:05 +00:00
..
2025-01-15 09:03:38 +01:00
2024-12-17 15:50:33 +00:00
2024-11-07 13:26:21 +01:00