.pre-commit-config.yaml: pass --exit-zero to pre-commit

This commit is contained in:
Aminda Suomalainen 2024-07-12 11:10:44 +03:00
parent 5e92b8d998
commit 331434f855
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -70,7 +70,8 @@ repos:
hooks: hooks:
- id: pylint - id: pylint
name: pylint name: pylint
entry: pylint entry: pylint --exit-zero
verbose: true
language: system language: system
types_or: [python, pyi] types_or: [python, pyi]
- id: pnpm-install-dev - id: pnpm-install-dev