From 988b4dcb3710c80fcbf1184ab492797c25dd8f78 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 6 May 2019 02:37:47 -0400 Subject: [PATCH] Ignore static files and templates Signed-off-by: Roberto Rosario --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 8f46631d09..6e3daa6008 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] -exclude = node_modules +exclude = node_modules,static,templates ignore = E501, N801, N802, N804, N805, N806