From f193b42b2c8011c7646847bfba97aeb6be4074a7 Mon Sep 17 00:00:00 2001 From: Alex Corcoles Date: Fri, 1 Mar 2024 20:32:38 +0100 Subject: [PATCH] Explain what Ruff is --- programming/python/project_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md index 095ced3..8c0f14f 100644 --- a/programming/python/project_setup.md +++ b/programming/python/project_setup.md @@ -50,7 +50,7 @@ Set up your version control so changes cannot be made to your main codeline with # Perform automated code formatting and static checking -TODO: check out ruff? +TODO: consider using [Ruff](https://github.com/astral-sh/ruff) as an alternative to Black *and* flake8. ## Use Black -- 2.47.3