From b113b9ce60d41397da697c04bcf901834346af27 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 18 Sep 2020 21:32:23 +0200 Subject: pre-commit framework + add pre-commit framework to reduce the amount the ci workers have to stem --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ac33b00..d65889d 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,16 @@ The potential reasons are sorted by probability of being the root cause. | code | potential reason | | :---: | :---| | 17 | login credential mismatch, potential api permission problem | + +### pre-commit framework +This project utilizes the [pre-commit](https://pre-commit.com/) framework to automate various small hick-ups that tend +to happen prior to committing. + +To use the framework it is necessary to follow these steps: +```bash +# install the pre-commit hook +pre-commit install + +# to test your staged files manually run +pre-commit run +``` -- cgit v1.2.3-18-g5258