.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
1 changed files with 2 additions and 1 deletions

View File

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