From 4838e47a3f9410536abe4346a14084ea43b1a644 Mon Sep 17 00:00:00 2001 From: Asna Mobin Date: Sun, 14 Jun 2026 07:44:26 +0000 Subject: [PATCH] Clarity Ruff installation before lint commands --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d8d305965..99e669f6a7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Due to time constraints, we cannot provide 1:1 support via GitHub. See you on Sl ### Running Code Style Checks +Before running the linting commands, install Ruff: + +pip install ruff + We use [Ruff](https://realpython.com/ruff-python/) to ensure a consistent code style and formatting for all of our sample code in this repository. Run the following commands to validate your code against the linters: