From 07bba0f7526953112c8810acd30d014013a733ae Mon Sep 17 00:00:00 2001 From: Simone Robutti Date: Sun, 25 Apr 2021 11:13:15 +0200 Subject: [PATCH] added README for pre-commit --- README.md | 5 +++++ README.rst | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c77a47 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## Develop + +To run pre-commit hooks run `pre-commit install` after cloning the repository. + +Make sure to have `pre-commit` installed in your active python environment. To install: `pip install pre-commit`. For more info: https://pre-commit.com/ diff --git a/README.rst b/README.rst index e69de29..3c77a47 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,5 @@ +## Develop + +To run pre-commit hooks run `pre-commit install` after cloning the repository. + +Make sure to have `pre-commit` installed in your active python environment. To install: `pip install pre-commit`. For more info: https://pre-commit.com/