mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-21 19:05:09 +00:00
Format numeric constants (#5972)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
33196f1859
commit
dfa81b6fe0
6 changed files with 227 additions and 233 deletions
|
@ -43,6 +43,7 @@ pub(crate) mod expr_tuple;
|
|||
pub(crate) mod expr_unary_op;
|
||||
pub(crate) mod expr_yield;
|
||||
pub(crate) mod expr_yield_from;
|
||||
pub(crate) mod number;
|
||||
pub(crate) mod parentheses;
|
||||
pub(crate) mod string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue