From ff1ee5a8aedc6d83ac937cde219663c0e729fff2 Mon Sep 17 00:00:00 2001
From: "Timothy A. Smith" <tasmith4@illinois.edu>
Date: Mon, 8 Jul 2019 16:26:07 -0500
Subject: [PATCH] added N803, N806 to flake8's list of ignored error codes

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

diff --git a/setup.cfg b/setup.cfg
index b62c36e..6fdc175 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,3 @@
 [flake8]
-ignore = E126,E127,E128,E123,E226,E241,E242,E265,N802,W503,E402,N814,W504
+ignore = E126,E127,E128,E123,E226,E241,E242,E265,N802,N803,N806,W503,E402,N814,W504
 max-line-length=85
-- 
GitLab