From 8929caece66d068e4efae1961a21051ad9f38bb1 Mon Sep 17 00:00:00 2001 From: IamLunchbox <56757745+IamLunchbox@users.noreply.github.com> Date: Wed, 25 Feb 2026 06:42:09 +0100 Subject: [PATCH] Fix description error in CONTRIBUTING.md (#11538) Fix text error in CONTRIBUTING.md. Updated instructions for running format tests. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 175c45e29a..77e66cd719 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ The easiest way to format the code, and to run sanity and unit tests locally is ### Format code -The following commands show how to run ansible-test sanity tests: +The following commands show how to run ruff format: ```.bash # Run all configured formatters: