Skip to content

Commit 1334ee2

Browse files
committed
Enable parallel execution for pylint
1 parent dce7be3 commit 1334ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ignore-patterns=ui_.*\.py
1919

2020
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
2121
# number of processors available to use.
22-
jobs=1
22+
jobs=0
2323

2424
# Control the amount of potential inferred values when inferring a single
2525
# object. This can help the performance when dealing with large functions or

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Babel>=2.6.0
33
flake8
44
isort>=4.3.10,<5
55
pycodestyle
6-
pylint
6+
pylint>=2.6.0
77
transifex-client

0 commit comments

Comments
 (0)