From 4a7e48c830c8a10a65893f8b414e88f6b722e180 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 30 Aug 2026 09:53:50 +0200 Subject: Remove some Python tool recommendations --- blog/content/notes/tech/misc-python-stuff.gmi | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3