seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 256 forks source link

Make nba_py PEP8 compliant #65

Closed seemethere closed 7 years ago

seemethere commented 7 years ago

Overview

nba_py currently has a lot of PEP8 violations and eventually we should add flake8 to the gate job so that we can adhere to PEP8 standards

How