summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake86
1 files changed, 1 insertions, 5 deletions
diff --git a/.flake8 b/.flake8
index 59a51f8..48b2e24 100644
--- a/.flake8
+++ b/.flake8
@@ -4,10 +4,6 @@ max-line-length = 88
# jaraco/skeleton#34
max-complexity = 10
-ignore =
- # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
- W503
- # W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545
- W504
+extend-ignore =
# Black creates whitespace before colon
E203