From 6e6347c0837ac8bf7e4a6243807739e74c115648 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Mon, 16 Oct 2023 10:04:20 +0200 Subject: [PATCH] documentation: advice pre-commit installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 96cfea9..ba104f2 100755 --- a/README.md +++ b/README.md @@ -44,6 +44,13 @@ DJANGO_SETTINGS_MODULE=instance.settings.dev pytest DJANGO_SETTINGS_MODULE=instance.settings.dev ./manage.py runserver ``` +Before requesting a merge, enable pre-commit : + +``` +pip install pre-commit +pre-commit install +``` + ## Installation Running Aircox on production involves: * Aircox modules and a running Django project;