Skip to content

truckpad/max-files-per-commit-hook

Repository files navigation

max-files-per-commit-hook

Hook to limit max files on a single commit

Make sure pre-commit is installed

Add this to your .pre-commit-config.yaml

repos:
-   repo: https://github.com/truckpad/max-files-per-commit-hook
    rev: master
    hooks:
    -   id: max-files-per-commit
        args: ['--limit=5'] # Optional

About

Some out-of-the-box hooks for pre-commit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages