From 34304b936f6a6f8195be0f4a66892ada883b72bf Mon Sep 17 00:00:00 2001 From: Joshua Casey Date: Wed, 30 Oct 2024 09:38:13 -0500 Subject: [PATCH] Add pre-commit-config --- .pre-commit-config.yaml | 10 ++++++++++ README.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..fd16ba2dc --- /dev/null +++ b/.pre-commit-config.yaml @@ -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 diff --git a/README.md b/README.md index b25dc8ae1..2fe0de060 100644 --- a/README.md +++ b/README.md @@ -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