ruff/crates/ruff_workspace/src
Charlie Marsh 84bf333031
Accept a PEP 440 version specifier for required-version (#10216)
## Summary

Allows `required-version` to be set with a version specifier, like
`>=0.3.1`.

If a single version is provided, falls back to assuming `==0.3.1`, for
backwards compatibility.

Closes https://github.com/astral-sh/ruff/issues/10192.
2024-03-03 18:43:49 -05:00
..
configuration.rs Accept a PEP 440 version specifier for required-version (#10216) 2024-03-03 18:43:49 -05:00
lib.rs Add most formatter options to ruff.toml / pyproject.toml (#7566) 2023-09-22 15:47:57 +00:00
options.rs Accept a PEP 440 version specifier for required-version (#10216) 2024-03-03 18:43:49 -05:00
options_base.rs Add deprecation message for top-level lint settings (#9582) 2024-02-01 13:35:02 -06:00
pyproject.rs Add paths to toml parse errors (#9358) 2024-01-02 11:56:51 -05:00
resolver.rs Allow arbitrary configuration options to be overridden via the CLI (#9599) 2024-02-09 21:56:37 +00:00
settings.rs Remove build from the default exclusion list (#10093) 2024-02-28 16:30:38 +00:00