pre-commit-ci / issues

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

Failing to run pre-commit hook #67

Closed billsioros closed 3 years ago

billsioros commented 3 years ago

Hello,

It is seems there is an issue regarding the editorconfig-checker.python pre-commit hook, only while running on CI.

I have opened an issue on editorconfig-checker.python' s side as well. For more details please refer to this issue.

P.S. I have already tried running the hook with verbose: true. Given the aforementioned problem, it seems like it would be a good idea to be able to get traceback's and/or logs whilst running on CI, so that we, users, can more thoroughly investigate such issues ourselves and not bother you with issues like this one 😄

Thanks in advance, Vasilis

asottile commented 3 years ago

network is not allowed at runtime

billsioros commented 3 years ago

Hello again @asottile,

The maintainers of editorconfig-checker.python patch the problem, but we are now facing a different issue. The CI fails fails due to the 50MB max-size limit. You may reference our discussion here. More specifically the problem is described here.

This is by no means of critical importance. Just wanted to know if there is a workaround. Thanks! 👋🏽

asottile commented 3 years ago

left a comment about a better way to do what they're doing, hopefully they'll fix it 👍