mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Add OptionsMetadata
macro to uv (#5063)
## Summary The bulk of the change is copied directly from Ruff: -dc8db1afb0/crates/ruff_workspace/src/options_base.rs
-dc8db1afb0/crates/ruff_macros/src/config.rs
This commit is contained in:
parent
c2ef825d7b
commit
8c0ad5b75e
9 changed files with 813 additions and 7 deletions
|
@ -10,6 +10,7 @@ pub use crate::combine::*;
|
|||
pub use crate::settings::*;
|
||||
|
||||
mod combine;
|
||||
pub mod options_base;
|
||||
mod settings;
|
||||
|
||||
/// The [`Options`] as loaded from a configuration file on disk.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue