aboutsummaryrefslogtreecommitdiff
path: root/blog/content/notes/tech/misc-python-stuff.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'blog/content/notes/tech/misc-python-stuff.gmi')
-rw-r--r--blog/content/notes/tech/misc-python-stuff.gmi3
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