From bd6d9c3bf3dfa1fd14ffb5648cec1ac01f011511 Mon Sep 17 00:00:00 2001 From: njabulo ndlovu Date: Fri, 4 Apr 2025 19:58:49 +0200 Subject: [PATCH] docs: corrected the directory of scripts in contributing.md file --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f1b7210..1abfedd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ pre-commit installed at .git/hooks/pre-commit You can run the format script to make your change compliant: ```sh -(venv) $ ./script/format.sh +(venv) $ ./scripts/format.sh + ruff format mode tests 79 files left unchanged + ruff check mode tests --fix