From 1d27a950a85ad5c221439f3faee336344bfae460 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Mon, 16 Jan 2023 09:17:01 +1300 Subject: [PATCH] docs: Explain how to upgrade pre-commit hook --- integrations/pre-commit/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrations/pre-commit/README.md b/integrations/pre-commit/README.md index 347c4bb..c3b1d8e 100644 --- a/integrations/pre-commit/README.md +++ b/integrations/pre-commit/README.md @@ -21,3 +21,5 @@ repos: # Requires Alejandra to be previously installed in the system - id: alejandra-system ``` + +To use the latest hook, run `pre-commit autoupdate --freeze --repo=https://github.com/kamadorueda/alejandra`.