robotpy / robotpy-wpilib-utilities

Useful utility functions/objects for RobotPy
BSD 3-Clause "New" or "Revised" License
11 stars 19 forks source link

magicbot: Fix pyright warnings from team code #186

Closed auscompgeek closed 2 years ago

auscompgeek commented 2 years ago

pyright is a bit stricter about py.typed packages:

Also fix a couple of linter issues so the type stub is a bit closer to reality.