You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @epassaro, Sai here. So I am a beginner level python user and very new to Open Source. I was hoping to make my contribution to TARDIS and this issue would be a good start for it. Would you please assign this to me and I would try my best to contribute.
Currently, TARDISis not PEP8 complaint.
To check this, install
flake8
and runflake8 tardis
.To achieve this we need to:
pep8-naming
(discuss)The CI pipeline is ready to check PEP8, just requires removing the
if: false
from theflake8
job.The text was updated successfully, but these errors were encountered: