1
0
Fork 1
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:
Newbyte 2024-10-29 12:55:14 +01:00
parent f65eb27453
commit 44f28be2b1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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