summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-06-05 22:33:42 +0200
committerGitHub <noreply@github.com>2022-06-05 22:33:42 +0200
commit7b9bb3c920e99d1efaa495de47c2be929d62ee74 (patch)
treecf256b0aa3b63066aa23154fcb8809098b271872
parent7a5923c8e77a41cb829a086a903aee4123ca4d14 (diff)
parent7f2240f1b9231e8b856706952ec84234177a495b (diff)
downloadgitlab-7b9bb3c920e99d1efaa495de47c2be929d62ee74.tar.gz
Merge pull request #2056 from python-gitlab/jlvillal/pylint_job
chore: use multiple processors when running PyLint
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fc6c1ec..8912199 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,6 +45,7 @@ commit_message = ""
[tool.pylint.messages_control]
max-line-length = 88
+jobs = 0 # Use auto-detected number of multiple processes to speed up Pylint.
# TODO(jlvilla): Work on removing these disables over time.
disable = [
"arguments-differ",