From 4a96f19fafe5e9bb4be71921c34c0428cafad5bd Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 12 Dec 2023 20:29:34 +0000 Subject: [PATCH] s/fuff/ruff/ --- cmdeploy/src/cmdeploy/cmdeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/cmdeploy.py b/cmdeploy/src/cmdeploy/cmdeploy.py index b2686813..7793abb3 100644 --- a/cmdeploy/src/cmdeploy/cmdeploy.py +++ b/cmdeploy/src/cmdeploy/cmdeploy.py @@ -155,7 +155,7 @@ def fmt_cmd_options(parser): def fmt_cmd(args, out): - """Run formattting fixes (fuff and black) on all chatmail source code.""" + """Run formattting fixes (ruff and black) on all chatmail source code.""" sources = [str(importlib.resources.files(x)) for x in ("chatmaild", "cmdeploy")] black_args = [shutil.which("black")]