We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce7be3 commit 1334ee2Copy full SHA for 1334ee2
.pylintrc
@@ -19,7 +19,7 @@ ignore-patterns=ui_.*\.py
19
20
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
21
# number of processors available to use.
22
-jobs=1
+jobs=0
23
24
# Control the amount of potential inferred values when inferring a single
25
# object. This can help the performance when dealing with large functions or
requirements-dev.txt
@@ -3,5 +3,5 @@ Babel>=2.6.0
3
flake8
4
isort>=4.3.10,<5
5
pycodestyle
6
-pylint
+pylint>=2.6.0
7
transifex-client
0 commit comments