We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd4064 commit a27d5b2Copy full SHA for a27d5b2
.github/workflows/test.yml
@@ -111,14 +111,14 @@ jobs:
111
env:
112
TOX_SKIP_MISSING_INTERPRETERS: False
113
# Rich (pip) -- Disable color for windows + pytest
114
- #FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
+ FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
115
# Tox
116
PY_COLORS: 1
117
# Python -- Disable argparse help colors (3.14+)
118
PYTHON_COLORS: 0
119
# Mypy (see https://github.com/python/mypy/issues/7771)
120
TERM: xterm-color
121
- #MYPY_FORCE_COLOR: 1
+ MYPY_FORCE_COLOR: 1
122
MYPY_FORCE_TERMINAL_WIDTH: 200
123
# Pytest
124
PYTEST_ADDOPTS: --color=yes
0 commit comments