-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
https://github.com/cmu-delphi/covidcast-indicators has nice linting requirements (here is an example pylint file), and we deserve nice things over here too.
To do it the same way that indicators
does, we'd need to either figure out how to lint a mixed tree of python files or convert acquisition
and server
to actual legit python modules. Then we just add pylint commands to CI.
We don't have to do it the same way that indicators
does though. Alternatives?