aboutsummaryrefslogtreecommitdiff
path: root/programming
diff options
context:
space:
mode:
authorAlex Corcoles <alex@pdp7.net>2024-02-27 14:00:16 +0100
committerGitHub <noreply@github.com>2024-02-27 14:00:16 +0100
commitaab7592ea8cd0a3b3870d0d8b1fa6ccd2cc15798 (patch)
treedecc49865d3aa25066d1ea05216fd6aa095281e1 /programming
parentf1fc95779d7d0ce11ae2268e0442a4aa80f89086 (diff)
Add note about ruff
Diffstat (limited to 'programming')
-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.