pylint: Use multiple processes when possible

This commit is contained in:
Kamil Śliwak 2021-12-21 15:20:42 +01:00
parent 0769e4df5d
commit fb44caef31

View File

@ -1,4 +1,10 @@
# vim:et:ts=4 # vim:et:ts=4
[MASTER]
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use.
jobs=0
[MESSAGES CONTROL] [MESSAGES CONTROL]
# Disable the message, report, category or checker with the given id(s). You # Disable the message, report, category or checker with the given id(s). You