Skip to content

Commit 7f2240f

Browse files
chore: use multiple processors when running PyLint
Use multiple processors when running PyLint. On my system it took about 10.3 seconds to run PyLint before this change. After this change it takes about 5.8 seconds to run PyLint.
1 parent 7a5923c commit 7f2240f

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)