From 3488408b7a0d74e2bd6bb26fbbe8fe80bda985ba Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Fri, 3 Jan 2020 04:05:16 -0300 Subject: [PATCH] add jobs=8 back to pylint --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 398b9c191..3379e3d81 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,6 +10,7 @@ source = ignore_missing_imports = True [pylint] +jobs=8 ignore=words,server,rpc,schema,winpaths.py,migrator,undecorated.py max-parents=10 max-args=10