From d42f69cee79bea476b4b4cabfb34941e953e14c2 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 13 Mar 2023 15:27:43 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d9d238e..a1286d9 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,9 @@ python -m pip install --upgrade pip # install requirements pip install -r requirements.txt -r requirements-test.txt +# install pre-commit to run formatters and linters +pre-commit install --install-hooks + # run tests tox # or