diff --git a/.flake8 b/.flake8 index e9955e7..04d2d97 100644 --- a/.flake8 +++ b/.flake8 @@ -1,2 +1,10 @@ [flake8] -ignore = W191,W503 +ignore = + # Allow tabs for indentation + W191 + # Workaround for https://github.com/PyCQA/pycodestyle/issues/836 + E117 + # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513 + W503 + # W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545 + W504