-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
It would be nice if we could include remote pre-commit-config files.
This would allow to have shared/centralized pre-commit config accross repositories.
For exemple in my repository I would have a .pre-commit-config.yaml which look like this:
includes:
- https://github.com/j178/prek/raw/refs/heads/master/.pre-commit-config.yaml
# optional additions or overrides
repos:
[...]Inspiration taken from Task and its remote taskfiles.
niqzartCAM-Gerlach