ruff/crates/ruff_cli/tests
Zanie Blue b64f403dc2
Rename applicability levels to always, sometimes, and never (#7821)
Following much discussion for #4181 at
https://github.com/astral-sh/ruff/pull/5119,
https://github.com/astral-sh/ruff/discussions/5476, #7769,
https://github.com/astral-sh/ruff/pull/7819, and in
[Discord](https://discord.com/channels/1039017663004942429/1082324250112823306/1159144114231709746),
this pull request changes `Applicability` from using `Automatic`,
`Suggested`, and `Manual` to `Always`, `Sometimes`, and `Never`.

Also removes `Applicability::Unspecified` (replacing #7792).
2023-10-05 13:43:46 -05:00
..
snapshots Rename applicability levels to always, sometimes, and never (#7821) 2023-10-05 13:43:46 -05:00
format.rs Rename applicability levels to always, sometimes, and never (#7821) 2023-10-05 13:43:46 -05:00
integration_test.rs Enable formatting for Jupyter notebooks (#7749) 2023-10-02 14:44:18 +00:00
lint.rs Add `lint` section to Ruff configuration 2023-09-27 08:46:27 +02:00