diff options
| author | alex <alex@pdp7.net> | 2026-08-30 09:53:50 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-08-30 09:53:50 +0200 |
| commit | 4a7e48c830c8a10a65893f8b414e88f6b722e180 (patch) | |
| tree | 792aab5d4e2adeeed3f342b8038329a3f4e8ffee /blog/content/notes/tech | |
| parent | 09efe7aef05ad46e983a44fb6c29cc4156af5c7c (diff) | |
Remove some Python tool recommendations
Diffstat (limited to 'blog/content/notes/tech')
| -rw-r--r-- | blog/content/notes/tech/misc-python-stuff.gmi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/blog/content/notes/tech/misc-python-stuff.gmi b/blog/content/notes/tech/misc-python-stuff.gmi index f7cc33e7..1dc94a18 100644 --- a/blog/content/notes/tech/misc-python-stuff.gmi +++ b/blog/content/notes/tech/misc-python-stuff.gmi @@ -2,10 +2,9 @@ ## Tools -* Use uv for your software. It's modern and good. +* Use hatch for your software. * pipx is packaged by many distros and useful for installing Python software. Provide instructions for installing your software using pipx. * Use pytest for testing. It's PEP-8 compliant unlike unittest in the standard library. doctest is good too. -* Use ruff for validation. ## Python versions |
