Skip to content

Commit

Permalink
Merge pull request #2056 from python-gitlab/jlvillal/pylint_job
Browse files Browse the repository at this point in the history
chore: use multiple processors when running PyLint
  • Loading branch information
nejch committed Jun 5, 2022
2 parents 7a5923c + 7f2240f commit 7b9bb3c
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 7b9bb3c

Please sign in to comment.