From 331434f85592ebfdfd8a500c563f427c39131394 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Jul 2024 11:10:44 +0300 Subject: [PATCH] .pre-commit-config.yaml: pass --exit-zero to pre-commit --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e24e2b..d1b2217 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,8 @@ repos: hooks: - id: pylint name: pylint - entry: pylint + entry: pylint --exit-zero + verbose: true language: system types_or: [python, pyi] - id: pnpm-install-dev