From: Alex Corcoles Date: Tue, 27 Feb 2024 13:00:16 +0000 (+0100) Subject: Add note about ruff X-Git-Tag: 20241020-emacs~270 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=aab7592ea8cd0a3b3870d0d8b1fa6ccd2cc15798;p=alex.git Add note about ruff --- diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md index e945be7..43ce8b7 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.