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
// Spaces everywhere for the indentation foo = { 'bar': [ 'foobar', 'barfoo', // Tabs on this line instead of spaces ] }
Pylint doesn't catch the mixed indentation (see code snippet in steps to reproduce)
Pylint should catch the mixed indentation and report an error
Using config file foo\.pylintrc __main__.py 1.9.2, astroid 1.6.5 Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)]
The text was updated successfully, but these errors were encountered:
Thanks for the report.
Sorry, something went wrong.
mixed-indentation has been removed in #3578 , it is no longer useful since TabError is included directly in python3
mixed-indentation
Successfully merging a pull request may close this issue.
Steps to reproduce
Current behavior
Pylint doesn't catch the mixed indentation (see code snippet in steps to reproduce)
Expected behavior
Pylint should catch the mixed indentation and report an error
pylint --version output
The text was updated successfully, but these errors were encountered: