From b2248367b93a5afc6b9a9e5d70b027f349570b65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Fri, 7 Jun 2019 17:46:34 +0200
Subject: [PATCH] Updated flake8 rules

---
 .flake8 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.flake8 b/.flake8
index 3fab97f8..711138f3 100644
--- a/.flake8
+++ b/.flake8
@@ -1,2 +1,7 @@
 [flake8]
-ignore=E128,E501,E731,W503,W504,W505
+# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
+# Ignored errors:
+# - E501: line too long
+# - W503: line break before binary operator (deprecated rule)
+# - W505: doc line too long
+ignore=E501,W503,W505
-- 
GitLab