From ac25bbeb64c8e08d521026965b6c7af5e0a6a412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Mon, 24 May 2021 15:06:40 -0700 Subject: [PATCH] build(flake8): remove W503 from ignore --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index ff04693..71599b0 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -ignore = F401, F821, W503 +ignore = F401, F821 max-doc-length = 72