``` - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.16.0 hooks: - id: mypy args: ["--soft-error-limit=-1"] ``` while the result is: xxx Found 1 error in 1 file (errors prevented further checking) It stoped checking after only one error.