From a6fcac054514c8b18517815183253d0229344b85 Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Mon, 6 Feb 2023 11:54:01 +0000 Subject: [PATCH] Added the link to autogenerate precommit --- docs/developer/how-to/lint.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/developer/how-to/lint.rst b/docs/developer/how-to/lint.rst index 1086c3c4..8f4e92db 100644 --- a/docs/developer/how-to/lint.rst +++ b/docs/developer/how-to/lint.rst @@ -15,6 +15,9 @@ commit`` on just the files that have changed:: $ pre-commit install +It is also possible to `automatically enable pre-commit on cloned repositories `_. +This will result in pre-commits being enabled on every repo your user clones from now on. + Fixing issues -------------