From 5ed9c5e1684f6b8a4930b213f3d6cae4fd3138ef Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 2 Jan 2020 23:21:20 -0500 Subject: [PATCH] ignore pylint for winpaths.py --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0858eba30..3169b64ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ source = ignore_missing_imports = True [pylint] -ignore=words,server,rpc,schema,winpaths +ignore=words,server,rpc,schema,winpaths.py max-parents=10 max-args=10 max-line-length=120