.pre-commit-config.yaml: increase amount of pylint jobs, ignore TODOs

This commit is contained in:
Aminda Suomalainen 2023-11-01 08:11:23 +02:00
parent bbaf5778ef
commit 0918dd202b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -104,6 +104,7 @@ repos:
hooks: hooks:
- id: pylint - id: pylint
name: pylint name: pylint
entry: pylint # Use as many jobs as CPU cores, disable TODO warnings
entry: pylint -j 0 -d W0511
language: system language: system
types_or: [python, pyi] types_or: [python, pyi]