]> xn--ix-yja.es Git - alex.git/commitdiff
Explain what Ruff is
authorAlex Corcoles <alex@pdp7.net>
Fri, 1 Mar 2024 19:32:38 +0000 (20:32 +0100)
committerAlex Corcoles <alex@corcoles.net>
Fri, 1 Mar 2024 20:28:11 +0000 (20:28 +0000)
programming/python/project_setup.md

index 095ced3e2dc3cd8de0ebe4b9046f4ce93814485c..8c0f14f6bc66d10922dc4dec78045ae8a0b1fced 100644 (file)
@@ -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