mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
Remove public re-export of commands (#2801)
This commit is contained in:
parent
4a12ebb9b1
commit
c53f91d943
2 changed files with 19 additions and 27 deletions
|
@ -1,18 +1,9 @@
|
|||
pub use add_noqa::add_noqa;
|
||||
pub use clean::clean;
|
||||
pub use linter::linter;
|
||||
pub use rule::rule;
|
||||
pub use run::run;
|
||||
pub use run_stdin::run_stdin;
|
||||
pub use show_files::show_files;
|
||||
pub use show_settings::show_settings;
|
||||
|
||||
mod add_noqa;
|
||||
mod clean;
|
||||
pub mod add_noqa;
|
||||
pub mod clean;
|
||||
pub mod config;
|
||||
mod linter;
|
||||
mod rule;
|
||||
mod run;
|
||||
mod run_stdin;
|
||||
mod show_files;
|
||||
mod show_settings;
|
||||
pub mod linter;
|
||||
pub mod rule;
|
||||
pub mod run;
|
||||
pub mod run_stdin;
|
||||
pub mod show_files;
|
||||
pub mod show_settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue