1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-09 08:10:38 +01:00

.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

@ -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]