The documentation for numeric-literal-too-long (PYI054) says:
If a function has a default value where the literal representation is greater than 50 characters, the value is likely to be an implementation detail or a constant that varies depending on the system you're running on.
However, the limit is 10 characters, not 50 characters.