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 red_knot_workspace::workspace::WorkspaceMetadata;
|
||||||
use ruff_db::program::{ProgramSettings, SearchPathSettings};
|
use ruff_db::program::{ProgramSettings, SearchPathSettings};
|
||||||
use ruff_db::system::{OsSystem, System, SystemPathBuf};
|
use ruff_db::system::{OsSystem, System, SystemPathBuf};
|
||||||
|
use target_version::TargetVersion;
|
||||||
|
use verbosity::{Verbosity, VerbosityLevel};
|
||||||
|
|
||||||
use cli::target_version::TargetVersion;
|
mod target_version;
|
||||||
use cli::verbosity::{Verbosity, VerbosityLevel};
|
mod verbosity;
|
||||||
|
|
||||||
mod cli;
|
|
||||||
|
|
||||||
#[derive(Debug, Parser)]
|
#[derive(Debug, Parser)]
|
||||||
#[command(
|
#[command(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue