calpoly-csai / api

Official API for the NIMBUS Voice Assistant accessible via HTTP REST protocol.
https://nimbus.api.calpolycsai.com/
GNU General Public License v3.0
9 stars 4 forks source link

Get Python PEP8 Style Check and Python Pyre Type Annotation Check passing #127

Open snekiam opened 4 years ago

snekiam commented 4 years ago

Currently, all PRs have these failing. For pyre, that's because the script fails to run. For style checking, that's because we're not using PEP8 to auto-format and we're checking against PEP8 standards.