Summary
Add pylint's W0311 (bad indentation) warning to the project's ignore list to maintain consistency with CEP-8 coding standards.
Background
Our project follows CEP-8 coding standards which allow tab indentation. We already ignore flake8's W191 (indentation contains tabs) in our .flake8.ini configuration. For consistency, we should also ignore pylint's W0311 warning which flags indentation that doesn't match its expected spaces-only convention.
Tasks
References
Requested by: @reactive-firewall
Summary
Add pylint's W0311 (bad indentation) warning to the project's ignore list to maintain consistency with CEP-8 coding standards.
Background
Our project follows CEP-8 coding standards which allow tab indentation. We already ignore flake8's W191 (indentation contains tabs) in our .flake8.ini configuration. For consistency, we should also ignore pylint's W0311 warning which flags indentation that doesn't match its expected spaces-only convention.
Tasks
References
Requested by: @reactive-firewall