From 39be880c0ed6ef6e209d95f1c37fd0270841a5a8 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Thu, 8 Sep 2022 17:28:51 +0200
Subject: [PATCH] chore(flake8): whitelist as in engine #28

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

diff --git a/.flake8 b/.flake8
index 4fb7475..53e5eb4 100644
--- a/.flake8
+++ b/.flake8
@@ -1,4 +1,4 @@
 [flake8]
 max-line-length = 99
 exclude = config/, python/, src/aura_engine_api/rest/, .tox/
-ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802
+ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802,D105,D107,D200,D202,D212,D417
-- 
GitLab