robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

Fix all but one type error #54

Closed auscompgeek closed 2 years ago

auscompgeek commented 3 years ago

In case you're curious as to what the reviewdog github-check output looks like: https://github.com/auscompgeek/robotpy-installer/runs/1975777819?check_suite_focus=true

auscompgeek commented 3 years ago

LGTM, have you actually tested this?

This only fixes one real (i.e. not broken type hints) bug: opkg install -r ... was broken. download -r requirements.txt is still broken. I won't have access to a roboRIO until Saturday (and I don't have the disk space for a VM either).

auscompgeek commented 3 years ago

Well, robotpy-installer install -r requirements.txt works.