-
-
Notifications
You must be signed in to change notification settings - Fork 941
Guidance on pre-commit + monorepos #466
Copy link
Copy link
Closed
Labels
Description
Any thoughts on using pre-commit in a monorepo (http://danluu.com/monorepo/) setting, with each project having its own .pre-commit-config.yaml file? For example, will pre-commit be happy/sad with
- project root not being repo root
- multiple invocations of
pre-commit install - etc
I expect to play around and experiment but any early guidance (e.g., "I have seen people try and fail at this, beware" or "Yelp actually does exactly this with steps X, Y, Z") is welcome!
Reactions are currently unavailable