From 8fd627e7f62b1f78515f76ff4ccaa03a659e20e7 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Fri, 5 Oct 2018 21:18:43 -0700 Subject: [PATCH] Ignore build files from linter --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b262f02..e4505e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -exclude = .git,__pycache__,vendor,.venv +exclude = .git,__pycache__,vendor,.venv,build max_line_length = 99 ignore = X100, E262 per-file-ignores =