summaryrefslogtreecommitdiff
path: root/examples/pylintrc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-29 10:21:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-29 15:44:58 +0200
commitbf29a5520e8d0e432ca715e0614a62052b3809e2 (patch)
treeaaecb55b77eee27965c93b10a38c633ab2dd4c3c /examples/pylintrc
parent15470d10f74adb8fd3fab599097a8da8c10ec515 (diff)
downloadpylint-git-bf29a5520e8d0e432ca715e0614a62052b3809e2.tar.gz
Bump pylint to 2.14.4, update changelogv2.14.4
Diffstat (limited to 'examples/pylintrc')
-rw-r--r--examples/pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 61528a5bb..8199d6d5a 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -64,7 +64,8 @@ ignored-modules=
#init-hook=
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
-# number of processors available to use.
+# number of processors available to use, and will cap the count on Windows to
+# avoid hangs.
jobs=1
# Control the amount of potential inferred values when inferring a single