Skip to content
Snippets Groups Projects

Add lots of type hints, fix some bugs, and clean up some code

Merged Newbyte requested to merge newbyte/more-mypy into master
Files
73
+ 1
1
@@ -11,4 +11,4 @@ fi
set -x
pip install --break-system-packages --no-warn-script-location mypy
python -m mypy --color-output --check-untyped-defs pmbootstrap.py
python -m mypy pmbootstrap.py
Loading