mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
Support fmt: skip
on compound statements (#6593)
This commit is contained in:
parent
4dc32a00d0
commit
fa7442da2f
23 changed files with 1385 additions and 625 deletions
|
@ -3,6 +3,7 @@ use ruff_python_ast::Stmt;
|
|||
|
||||
use crate::prelude::*;
|
||||
|
||||
pub(super) mod clause;
|
||||
pub(crate) mod stmt_ann_assign;
|
||||
pub(crate) mod stmt_assert;
|
||||
pub(crate) mod stmt_assign;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue