Skip to content

Commit f56c537

Browse files
committed
use the warning style for unpinned versions
1 parent 741a436 commit f56c537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimum_versions/formatting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def format_bump_table(specs, policy_versions, releases, warnings, ignored_violat
4747
">": Style(color="#ff0000", bold=True),
4848
"=": Style(color="#008700", bold=True),
4949
"<": Style(color="#d78700", bold=True),
50-
"!": Style(color="#ff0000", bold=True),
50+
"!": warning_style,
5151
}
5252

5353
for spec in specs:

0 commit comments

Comments
 (0)