From c82562c8f5a42ea55403619b7a35c688222b60e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 8 Sep 2021 16:32:38 -0700 Subject: [PATCH] build(flake8): exclude setup.py --- .flake8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index f2ee6b7..99a5330 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,5 @@ [flake8] -ignore = E211, F401, F821 +ignore = F401, F821 +exclude = setup.py max-complexity = 10 max-doc-length = 72