viv/todo.md
2023-03-08 12:27:24 -06:00

8 lines
284 B
Markdown

# VIV Todo's
- [x] swap flake8 for ruff
- [ ] 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)