summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-29 15:52:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-29 16:14:47 +0200
commit018176d48b5608bdbc2ef9a8d09b0cae7a83da33 (patch)
treeb9b3bee606b58aecfdfc13e6ba4991298e478f21 /examples
parent1e2094d1e9192befedef7984b0b59d9234c6a7dd (diff)
parentbf29a5520e8d0e432ca715e0614a62052b3809e2 (diff)
downloadpylint-git-018176d48b5608bdbc2ef9a8d09b0cae7a83da33.tar.gz
Merge branch 'maintenance/2.14.x' into main following 2.14.4 release
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.