Skip to content

Commit

Permalink
chore: use multiple processors when running PyLint
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JohnVillalovos committed Jun 5, 2022
1 parent 7a5923c commit 7f2240f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -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",
Expand Down

0 comments on commit 7f2240f

Please sign in to comment.