v.25.5Improvement

Do not print number tips

Do not print number tips in pretty formats for numbers that look like most of the 64-bit hashes. This closes #79334. #79338 (Alexey Milovidov).
Suppresses the display of number formatting tips in pretty print output for numbers resembling most 64-bit hashes.

Why it matters

This feature addresses the issue where the pretty print format displays number tips unnecessarily for values that appear to be 64-bit hashes, which can clutter the output. By not showing these tips, the output becomes cleaner and more relevant for users working with such numeric values.

How to use it

The suppression of number tips for 64-bit hash-like numbers in pretty print output is applied automatically. Users do not need to enable or configure anything to take advantage of this improvement.