When using the 2d format string with parentheses I'd like list_valid_format_labels to support 3 decimal places in both the first and second entries e.g. xx.xxx (xx.xxx)
Currently I have to choose either to use a slash instead of parentheses with "xx.xxx / xx.xxx" or reduce to 2 dp's for the first entry with "xx.xx (xx.xxx)"
Thanks