We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, TARDISis not PEP8 complaint.
To check this, install flake8 and run flake8 tardis.
flake8
flake8 tardis
To achieve this we need to:
pep8-naming
The CI pipeline is ready to check PEP8, just requires removing the if: false from the flake8 job.
if: false
The text was updated successfully, but these errors were encountered:
For original discussion go here
Sorry, something went wrong.
No branches or pull requests
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: