pre-commit-ci / issues

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

R language local hooks #154

Closed lorenzwalthert closed 1 year ago

lorenzwalthert commented 1 year ago

I don't know why yet, but it seems pre-commit.ci supports local hooks and at least one of mine does not work (language: r, so it should be supported I assume). It also used to work with these hooks. Is it possible to give more context on the second build attempt for debugging? E.g. changing the default debugging level for stout? Or print the log at the end (since I think the log file is not accessible for me now)?

Screenshot 2022-12-28 at 11 14 13

https://results.pre-commit.ci/run/github/186313720/1672179163.5jOhdqgoR2CNwIMznDBmSA

asottile commented 1 year ago

oh oops I might have broken this. I think I only copy the top level of the local repo

asottile commented 1 year ago

https://github.com/pre-commit-ci/runner-image/pull/179 should fix it

asottile commented 1 year ago

looks like it's working now! thanks for the report

lorenzwalthert commented 1 year ago

Thank you for the quick fix.