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)