From cd6a9ebfe904da942ac315135f38a8977c0e3430 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Mon, 23 Aug 2021 11:03:14 +0200 Subject: [PATCH] docs: update README to include pre-commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b191ecb..ae57681 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ Get involved, try it out, ask questions, contribute filters, and make new friend > Refer to [BUILD_STEPS.md](build.md) for development aspects of poller. +This repository is using `pre-commit`. After installing dependencies, please do +```bash +pre-commit install +``` + ## Contributing We welcome feedback and contributions from the community! Please see our [contribution guidelines](CONTRIBUTING.md)