]> xn--ix-yja.es Git - alex.git/commitdiff
Add note about ruff
authorAlex Corcoles <alex@pdp7.net>
Tue, 27 Feb 2024 13:00:16 +0000 (14:00 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 13:00:16 +0000 (14:00 +0100)
programming/python/project_setup.md

index e945be71193cd61e418b36c305165f134f9bbe1e..43ce8b73c57d7d32dfcb127b697ce5defbbecde0 100644 (file)
@@ -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.