mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 08:04:26 -05:00
[pylint] Preserve original value format (PLR6104) (#14978)
## Summary Resolves #11672. ## Test Plan `cargo nextest run` and `cargo insta test`. --------- Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -249,13 +249,13 @@ pub enum SimpleTokenKind {
|
||||
/// `;`
|
||||
Semi,
|
||||
|
||||
/// '/'
|
||||
/// `/`
|
||||
Slash,
|
||||
|
||||
/// '*'
|
||||
/// `*`
|
||||
Star,
|
||||
|
||||
/// `.`.
|
||||
/// `.`
|
||||
Dot,
|
||||
|
||||
/// `+`
|
||||
|
||||
Reference in New Issue
Block a user