Skip to content

Commit 5cbcde2

Browse files
committed
Don't stop pipeline if mypy fails
1 parent acc408f commit 5cbcde2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: mypy
2828
name: mypy
29-
entry: poetry run mypy
29+
entry: bash -c 'mypy "$@" || true' --
3030
language: system
3131
types: [python]
3232
files: '^cfspopcon/'

0 commit comments

Comments
 (0)