Difference between revisions of "Pre-commit"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
* Configuration: <code>[[.pre-commit-config.yaml]]</code> | * Configuration: <code>[[.pre-commit-config.yaml]]</code> | ||
| − | * [[GitHub Actions]]: <code>[[uses: pre-commit/action]]@v3</code> | + | * [[GitHub Actions]]: <code>[[uses: pre-commit/action]]@v3.0.0</code> |
== Related == | == Related == | ||
Revision as of 08:37, 6 April 2023
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
- Pull Request (PR)
.pre-commit-config.yaml- GitHub Actions:
pre-commit:
See also
Advertising: