[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:
InSync 2024-12-17 22:07:07 +07:00 committed by GitHub
parent 463046ae07
commit c9fdb1f5e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 292 additions and 31 deletions

View file

@ -249,13 +249,13 @@ pub enum SimpleTokenKind {
/// `;`
Semi,
/// '/'
/// `/`
Slash,
/// '*'
/// `*`
Star,
/// `.`.
/// `.`
Dot,
/// `+`