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

CI: Run mypy with --check-untyped-defs (MR 2431)

All typing errors found with --check-untyped-defs have been fixed, so
let's make mypy stricter now to avoid regressing this.
parent ce2fca6a
No related branches found
No related tags found
1 merge request!2431CI: Run mypy with --check-untyped-defs
Pipeline #208342 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