Skip to content

Commit

Permalink
style(lint): Restore parallel PyLint execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Feb 20, 2023
1 parent 79c85c8 commit 1074ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package_dir = "src"
# $ pylint --generate-rcfile
# BBB: Un-comment if this bug is fixed:
# https://github.com/PyCQA/prospector/issues/573#issuecomment-1368566582
# jobs = 0
jobs = 0
enable-all-extensions = true
output-format = "colorized"
ignore-paths = [
Expand Down

0 comments on commit 1074ec7

Please sign in to comment.