ChrisCScott / forecaster

A personal finances forecasting tool for Canadian retirement planning
Other
1 stars 2 forks source link

Enforce Google style guide with Pylint #57

Closed ChrisCScott closed 5 years ago

ChrisCScott commented 5 years ago

Currently we aim to follow the Google style guide, but use more-or-less default settings for pylint on most devices ("most" because .pylintrc is excluded from version control).

We should configure Pylint to align with the Google style guide, e.g. by using the .pylintrc settings found here.

We should also make this consistent across devices by including .pylintrc in version control (i.e. remove it from .gitignore).

ChrisCScott commented 5 years ago

Closed by commit 9e8a4d2fe382a501ba715e6ca1c1eb7ec4b3cfec.