From 17ba405bccebc29b3f6572811a93e9a6d2253150 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Thu, 25 Jul 2019 00:05:29 -0700 Subject: [PATCH] Don't try to lint dist/compiled files --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 557f47a..e8239ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -exclude = .git,__pycache__,vendor,.venv,build +exclude = .git,__pycache__,vendor,.venv,build,dist,.compiled # match black expectations max_line_length = 88