summaryrefslogtreecommitdiff
path: root/examples
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
parent15470d10f74adb8fd3fab599097a8da8c10ec515 (diff)
downloadpylint-git-bf29a5520e8d0e432ca715e0614a62052b3809e2.tar.gz
Bump pylint to 2.14.4, update changelogv2.14.4
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc3
-rw-r--r--examples/pyproject.toml3
2 files changed, 4 insertions, 2 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
diff --git a/examples/pyproject.toml b/examples/pyproject.toml
index 138907a68..5e19f11c6 100644
--- a/examples/pyproject.toml
+++ b/examples/pyproject.toml
@@ -53,7 +53,8 @@ ignore-patterns = ["^\\.#"]
# 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 object.