From 71d99046d139dfc71c0c6b71c57b08118472e957 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 17 Sep 2018 22:44:24 -0400 Subject: [PATCH] dont perform pylint check in words directory --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1cb422611..de6c397aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,6 +10,7 @@ source = ignore_missing_imports = True [pylint] +ignore=words max-args=10 max-line-length=110 good-names=T,t,n,i,j,k,x,y,s,f,d,h,c,e,op,db,tx,io,cachedproperty,log,id