From 65cfdda7d9766934391d42b0e3036ffaf716cfdb Mon Sep 17 00:00:00 2001 From: Kasper Date: Mon, 27 Oct 2025 15:20:04 +0100 Subject: [PATCH] docs: add linting/formatting pre-commit entry to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c2a8702..62ff566 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,9 @@ If your commit fails its either: branch name != /description-of-branch , commit name != : description of the commit. : N25B-Num's + +To add automatic linting and formatting, run: + +```shell +uv run pre-commit install +``` \ No newline at end of file