chore: Update README to use prek

This commit is contained in:
2026-05-12 04:27:16 +02:00
parent 00c32e8993
commit ccd9460e76
+2 -2
View File
@@ -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
```