Skip to content
Snippets Groups Projects
Verified Commit dba1097c authored by Newbyte's avatar Newbyte :snowflake:
Browse files

CI: Run mypy with --check-untyped-defs

All typing errors found with --check-untyped-defs have been fixed, so
let's make mypy stricter now to avoid regressing this.
parent b2aec198
No related branches found
No related tags found
No related merge requests found
Pipeline #208328 passed
......@@ -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 --color-output --check-untyped-defs pmbootstrap.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment