We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcca8d commit edec78fCopy full SHA for edec78f
src/build/__main__.py
@@ -37,7 +37,7 @@
37
'underline': '\33[4m',
38
'reset': '\33[0m',
39
}
40
-_NO_COLORS = {color: '' for color in _COLORS}
+_NO_COLORS = dict.fromkeys(_COLORS, '')
41
42
43
_styles = contextvars.ContextVar('_styles', default=_COLORS)
0 commit comments