Add pre-commit-config

This commit is contained in:
Joshua Casey
2024-10-30 09:38:13 -05:00
parent a11c1a7092
commit 34304b936f
2 changed files with 11 additions and 1 deletions

10
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,10 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

View File

@@ -13,7 +13,7 @@ for these files was not copied from the private repository at the time of this m
## Reporting an issue in this branch
Found a bug or would like to make an enhancement request?
Please report issues in the [this repo](https://github.com/vmware-tanzu/pinniped).
Please report issues in [this repo](https://github.com/vmware-tanzu/pinniped).
## Reporting security vulnerabilities