mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
Disallow unreachable_pub
(#4314)
This commit is contained in:
parent
97802e7466
commit
c10a4535b9
444 changed files with 1376 additions and 1106 deletions
|
@ -1,9 +1,9 @@
|
|||
pub mod add_noqa;
|
||||
pub mod clean;
|
||||
pub mod config;
|
||||
pub mod linter;
|
||||
pub mod rule;
|
||||
pub mod run;
|
||||
pub mod run_stdin;
|
||||
pub mod show_files;
|
||||
pub mod show_settings;
|
||||
pub(crate) mod add_noqa;
|
||||
pub(crate) mod clean;
|
||||
pub(crate) mod config;
|
||||
pub(crate) mod linter;
|
||||
pub(crate) mod rule;
|
||||
pub(crate) mod run;
|
||||
pub(crate) mod run_stdin;
|
||||
pub(crate) mod show_files;
|
||||
pub(crate) mod show_settings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue