From 39d702b0c921ee49d8ef240f9747445c9bd3394b Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 18 Sep 2023 10:20:33 +0100 Subject: [PATCH] added precommit entry Signed-off-by: Mark Bolwell --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 717a9e8..617b92f 100644 --- a/README.md +++ b/README.md @@ -147,3 +147,11 @@ uses: - ansible collections - pulls in the latest version based on requirements file - runs the audit using the devel branch - This is an automated test that occurs on pull requests into devel + +## Added Extras + +- [pre-commit](https://pre-commit.com) can be tested and can be run from within the directory + +```sh +pre-commit run +```