From 4d8d36b1bcfa8f4f9c7bd78365d1c3c685bba084 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Fri, 13 Dec 2019 01:25:47 +0100
Subject: [PATCH] [Tests] Ignore warnings as proposed by black

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 376a966a2..1ac69650b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,7 +44,7 @@ commands =
 [flake8]
 max_line_length = 100
 exclude = migrations,tests
-ignore = E231
+ignore = E203,E231,W503
 
 [isort]
 line_length = 100
-- 
GitLab