Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Suppress E117 as workaround for PyCQA/pycodestyle#836
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 14, 2019
1 parent 5987484 commit 0ae1e5a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0ae1e5a

Please sign in to comment.