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 an in house standard of 2 spaces which can't be changed. So this problem is caused by assumptions about indent?
This code works with four spaces indent and fails with E121 with an indent of two spaces
x = [ 1, 2 ]
The text was updated successfully, but these errors were encountered:
pycodestyle tests for the style proposed in PEP 8. PEP 8 specifically demands 4 spaces. https://www.python.org/dev/peps/pep-0008/
Sorry, something went wrong.
@maxnoe, that's not a particularly helpful response.
@dementedhedgehog see also #524
No branches or pull requests
We have an in house standard of 2 spaces which can't be changed. So this problem is caused by assumptions about indent?
This code works with four spaces indent and fails with E121 with an indent of two spaces
The text was updated successfully, but these errors were encountered: