From f646278f8b9fb079c822ba8e814daab05008e061 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 8 Mar 2023 12:27:24 -0600 Subject: [PATCH] chore: swap todo's --- todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 94d013a..95a22ae 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,7 @@ # VIV Todo's - [x] swap flake8 for ruff -- [ ] add classifiers for pypi? +- [ ] use stdout and stderr more effectively (or switch to logging?) - [ ] use config file (probably ini or toml for python>=3.11) - [ ] enable a garbage collection based on time or file existence (configurable) - [ ] unit tests (v important)