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