Skip to content

Commit 7b9bb3c

Browse files
authored
Merge pull request #2056 from python-gitlab/jlvillal/pylint_job
chore: use multiple processors when running PyLint
2 parents 7a5923c + 7f2240f commit 7b9bb3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ commit_message = ""
4545

4646
[tool.pylint.messages_control]
4747
max-line-length = 88
48+
jobs = 0 # Use auto-detected number of multiple processes to speed up Pylint.
4849
# TODO(jlvilla): Work on removing these disables over time.
4950
disable = [
5051
"arguments-differ",

0 commit comments

Comments
 (0)