From 36e837d37453007f17dfb2642688077ab0c09070 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 12 Nov 2020 14:37:18 +0000 Subject: [PATCH] Added note on manually running pre-commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 670dd7d0..faa41e9b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The simplest way to ensure this works is to install pre-commits into your global Alternatively, you can work within the Poetry project's virtual environment where pre-commit will already be installed as a developer dependency. +Finally, to run all analysis within installing pre-commits to Git, you can run `pre-commit run`. + ### Node installation * Note, building the static interface will require a valid Node.js installation