Skip to content
Snippets Groups Projects

pmb.parse.apkindex: Introduce proper typing

Merged Newbyte requested to merge newbyte/apkindex-fixes into master
Files
21
+ 3
2
@@ -4,10 +4,11 @@
if [ "$(id -u)" = 0 ]; then
set -x
apk -q add py3-argcomplete py3-mypy
apk -q add py3-argcomplete py3-pip
exec su "${TESTUSER:-build}" -c "sh -e $0"
fi
set -x
mypy --color-output pmbootstrap.py
pip install --break-system-packages --no-warn-script-location mypy
python -m mypy --color-output pmbootstrap.py
Loading