The following code
from rich.console import Console
console = Console()
console.print("ciao-16S-123")
will print the number 123 highlighted (in blue, in my terminal). This happens on many strings with numbers, what could be the problem that causes this unwanted formatting, and how to prevent it?