diff options
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/pylint.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configs/pylint.rc b/src/configs/pylint.rc index 5dcff5650..da0457c47 100644 --- a/src/configs/pylint.rc +++ b/src/configs/pylint.rc @@ -19,7 +19,7 @@ persistent=yes load-plugins= # Use multiple processes to speed up Pylint. -jobs=1 +jobs=3 # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code. @@ -60,7 +60,7 @@ confidence= # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=missing-docstring,no-else-return,logging-not-lazy +disable=missing-docstring,no-else-return,logging-not-lazy,locally-disabled [REPORTS] |