From de0704cf73a25854a8d6641154821f1105e551fb Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Thu, 4 Oct 2018 21:16:06 +1000 Subject: [PATCH] add examples to flake test --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b1e3bbe88..b3838851e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -exclude = .git,docs,build,dist,test,examples,*__init__.py +exclude = .git,docs,build,dist,test,*__init__.py max-line-length = 160 ignore = E129 -- GitLab