Difference between revisions of "Pre-commit"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
* <code>[[requirements.txt]]</code> | * <code>[[requirements.txt]]</code> | ||
* [[Git hook]] scripts | * [[Git hook]] scripts | ||
| − | * [[Terraform hooks]] | + | * [[Pre-commit Terraform hooks]] |
* [[Pull Request (PR)]] | * [[Pull Request (PR)]] | ||
* <code>[[.pre-commit-config.yaml]]</code> | * <code>[[.pre-commit-config.yaml]]</code> | ||
Revision as of 03:29, 17 June 2025
Contents
Installation
brew install pre-commitpip install pre-commitpre-commit --help
Examples
- Configuration:
.pre-commit-config.yaml
Related
git commit --no-verifygit commitrequirements.txt- Git hook scripts
- Pre-commit Terraform hooks
- Pull Request (PR)
.pre-commit-config.yaml- GitHub Actions:
pre-commit: - Fourmolu
- Linter
See also
Advertising: