summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--programming/python/project_setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md
index 095ced3e..8c0f14f6 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