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
We have no tests for indendation size. PEP 8 suggests to keep it to 4 spaces. Tests should be added to utils/test_code_quality.py for checking this.
utils/test_code_quality.py
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/33421405/length-of-tab-character suggests that size of tab is system defined, so we will be completely banning presence of tabs and white spaces should be used instead of tabs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description of the problem
We have no tests for indendation size. PEP 8 suggests to keep it to 4 spaces. Tests should be added to
utils/test_code_quality.py
for checking this.Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: