pre-commit-ci / issues

public issues for https://pre-commit.ci
17 stars 3 forks source link

properly propogate critical failures in loading configuration #61

Closed asottile closed 3 years ago

asottile commented 3 years ago

for example:

$ pre-commit run --all-files
[INFO] Initializing environment for https://github.com/PyCQA/isort.
[ERROR] The hook `isort` specifies `language_version` but is using language `system` which does not install an environment.  Perhaps you meant to use a specific language?

right now you get an empty "failed" message: https://results.pre-commit.ci/run/github/330707186/1619429009.yUl3BKyQRjimpxm3IKR17w

asottile commented 3 years ago

@Borda this should be fixed now -- thanks for the report!