aboutsummaryrefslogtreecommitdiff
path: root/programming
diff options
context:
space:
mode:
authorAlex Corcoles <alex@pdp7.net>2024-03-01 20:32:38 +0100
committerAlex Corcoles <alex@corcoles.net>2024-03-01 20:28:11 +0000
commitf193b42b2c8011c7646847bfba97aeb6be4074a7 (patch)
tree64e0a7968ac681aef2cac624404d509a2081cdf0 /programming
parente51a8145609899daa9f9f30e24e6de50dbaa37d0 (diff)
Explain what Ruff is
Diffstat (limited to 'programming')
-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