Skip to content

Commit edec78f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent adcca8d commit edec78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'underline': '\33[4m',
3838
'reset': '\33[0m',
3939
}
40-
_NO_COLORS = {color: '' for color in _COLORS}
40+
_NO_COLORS = dict.fromkeys(_COLORS, '')
4141

4242

4343
_styles = contextvars.ContextVar('_styles', default=_COLORS)

0 commit comments

Comments
 (0)