From 503dfb73137258087c9e3440c56ccc93e35090c2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 Mar 2026 08:52:33 +0100 Subject: [PATCH] docs: update recommendation from black to ruff format --- docs/utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utils.md b/docs/utils.md index 651dcb9d1..0761ee0b5 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -416,6 +416,6 @@ Your original strategy will remain available in the `user_data/strategies_orig_u !!! Warning "Conversion results" Strategy updater will work on a "best effort" approach. Please do your due diligence and verify the results of the conversion. - We also recommend to run a python formatter (e.g. `black`) to format results in a sane manner. + We also recommend to run a python formatter (e.g. `ruff format`) to format results in a sane manner. --8<-- "commands/strategy-updater.md"