diff options
| author | Alex Corcoles <alex@pdp7.net> | 2024-03-01 20:32:38 +0100 |
|---|---|---|
| committer | Alex Corcoles <alex@corcoles.net> | 2024-03-01 20:28:11 +0000 |
| commit | f193b42b2c8011c7646847bfba97aeb6be4074a7 (patch) | |
| tree | 64e0a7968ac681aef2cac624404d509a2081cdf0 /programming | |
| parent | e51a8145609899daa9f9f30e24e6de50dbaa37d0 (diff) | |
Explain what Ruff is
Diffstat (limited to 'programming')
| -rw-r--r-- | programming/python/project_setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md index 095ced3e..8c0f14f6 100644 --- a/programming/python/project_setup.md +++ b/programming/python/project_setup.md @@ -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 |
