mirror of https://github.com/astral-sh/ruff
Remove 'cli' module from `red_knot` (#12714)
This commit is contained in:
parent
e91a0fe94a
commit
8e6aa78796
|
|
@ -1,2 +0,0 @@
|
|||
pub(crate) mod target_version;
|
||||
pub(crate) mod verbosity;
|
||||
|
|
@ -16,11 +16,11 @@ use red_knot_workspace::watch::WorkspaceWatcher;
|
|||
use red_knot_workspace::workspace::WorkspaceMetadata;
|
||||
use ruff_db::program::{ProgramSettings, SearchPathSettings};
|
||||
use ruff_db::system::{OsSystem, System, SystemPathBuf};
|
||||
use target_version::TargetVersion;
|
||||
use verbosity::{Verbosity, VerbosityLevel};
|
||||
|
||||
use cli::target_version::TargetVersion;
|
||||
use cli::verbosity::{Verbosity, VerbosityLevel};
|
||||
|
||||
mod cli;
|
||||
mod target_version;
|
||||
mod verbosity;
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(
|
||||
|
|
|
|||
Loading…
Reference in New Issue