From ccd9460e765c4994392ca865da11e502de929b7d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 12 May 2026 04:27:16 +0200 Subject: [PATCH] chore: Update README to use prek --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56ea14b..862acba 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Custom home automation solution with Google Home integration and lua scripting. ## Development -This repository uses [pre-commit](https://pre-commit.com) to make sure everything is ready to go when committing. +This repository uses [prek](https://prek.j178.dev/) to make sure everything is ready to go when committing. Install the pre-commit hooks by running the following command: ```bash -pre-commit install +prek install ```