Pre-commit Hook Generator
Build a .pre-commit-config.yaml from common hooks.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
About this tool
Pick hooks from the curated list and generate a .pre-commit-config.yaml grouped by repository.