mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
.pre-commit-config.yaml: pass --exit-zero to pre-commit
This commit is contained in:
parent
5e92b8d998
commit
331434f855
3
.pre-commit-config.yaml
vendored
3
.pre-commit-config.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user