AutoResearch / autora

Automated Research Assistant
https://autoresearch.github.io/autora/
MIT License
36 stars 5 forks source link

ci: Make pre-commit hooks run on PR in core packages #565

Closed benwandrew closed 10 months ago

benwandrew commented 1 year ago

Make pre-commit hooks run in "core" packages on PR, for example, in autora-synthetic. Use the example in https://github.com/AutoResearch/autora-core to do this.

benwandrew commented 10 months ago

this is not nearly as straightforward as i originally thought. i think it is going to require everyone's effort since i don't have the familiarity with individual modules to fix all errors after running the hooks... i have spent a decent amount of time spinning my wheels here without progress. perhaps the author of each module can add and run the hooks, and then resolve the resulting errors for their own modules?

eg. Joshua -- BMS, Star -- BSR, etc...

musslick commented 10 months ago
younesStrittmatter commented 10 months ago