aboutsummaryrefslogtreecommitdiff
path: root/programming/python
diff options
context:
space:
mode:
Diffstat (limited to 'programming/python')
-rw-r--r--programming/python/project_setup.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md
index e945be71..43ce8b73 100644
--- a/programming/python/project_setup.md
+++ b/programming/python/project_setup.md
@@ -50,6 +50,8 @@ 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?
+
## Use Black
Use Black to format your code.