summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake86
1 files changed, 5 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index e9955e7..df5f527 100644
--- a/.flake8
+++ b/.flake8
@@ -1,2 +1,6 @@
[flake8]
-ignore = W191,W503
+ignore =
+ # Allow tabs for indentation
+ W191
+ # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
+ W503