mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
CI: Don't set colour output for mypy (MR 2464)
This is already the default: https://mypy.readthedocs.io/en/stable/config_file.html#confval-color_output
This commit is contained in:
parent
f65eb27453
commit
44f28be2b1
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ fi
|
|||
set -x
|
||||
|
||||
pip install --break-system-packages --no-warn-script-location mypy
|
||||
python -m mypy --color-output pmbootstrap.py
|
||||
python -m mypy pmbootstrap.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue