CivicTechTO / ttc_subway_times

A scraper to grab and publish TTC subway arrival times.
GNU General Public License v3.0
40 stars 30 forks source link

switch cronic to use spaces #44

Closed perobertson closed 5 years ago

perobertson commented 5 years ago

https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces

Most of our code is already using spaces, so going tabs to spaces will be easier.

When we enable flake8 for checks, this will fix E101 and W191