From 48974fb8616a97fbe77a31e73881c308b453e48e Mon Sep 17 00:00:00 2001 From: Sam Der Date: Tue, 9 Apr 2024 15:12:55 -0700 Subject: [PATCH] Update README.md with pre-commit hooks section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f799e05c..fe8076e0 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ The control system consists of the pod operation backend and control station client. See the respective README files for setup instructions. + +## Pre-Commit Hooks + +This repository has pre-commit hooks enabled using +[pre-commit](https://www.npmjs.com/package/pre-commit) that automatically run linters, +formatters, and tests before commits to ensure functionality. \ No newline at end of file