Commit 66d1b2c
committed
Allow mypy to show color output
Before this change, the `TERM` environment variable was set to `dumb`,
which mypy interprets as being unable to display color. This means
that even the `FORCE_COLOR` environment variable does not force mypy to
output color.
This change sets the `TERM` environment variable to allow mypy to output
colors, making the mypy output easier to identify and interpret in CI.
See python/mypy#13817 for more information
about this problem.1 parent e78e2cc commit 66d1b2c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments