Skip to content

Commit

Permalink
🎨 Colorize pre-commit output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 20, 2022
1 parent b84a3fa commit ab2559a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ env:
PIP_DISABLE_PIP_VERSION_CHECK: 1 # Hide "there's a newer pip" message
PIP_NO_PYTHON_VERSION_WARNING: 1 # Hide "this Python is deprecated" message
PIP_NO_WARN_SCRIPT_LOCATION: 1 # Hide "script dir is not in $PATH" message
PRE_COMMIT_COLOR: 1
PY_COLORS: 1 # Recognized by the `py` package, dependency of `pytest`
PYTHONIOENCODING: utf-8
PYTHONLEGACYWINDOWSSTDIO: 1 # Python 3.6 hack
Expand Down

0 comments on commit ab2559a

Please sign in to comment.