We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a5923c + 7f2240f commit 7b9bb3cCopy full SHA for 7b9bb3c
pyproject.toml
@@ -45,6 +45,7 @@ commit_message = ""
45
46
[tool.pylint.messages_control]
47
max-line-length = 88
48
+jobs = 0 # Use auto-detected number of multiple processes to speed up Pylint.
49
# TODO(jlvilla): Work on removing these disables over time.
50
disable = [
51
"arguments-differ",
0 commit comments