From 28e57c99b4731bbc0bfcb2d030aefbd1f245df38 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 8 Mar 2023 03:36:08 -0600 Subject: [PATCH] chore: do some todos --- todo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index e01d312..94d013a 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,7 @@ # VIV Todo's -- [ ] swap flake8 for ruff +- [x] swap flake8 for ruff - [ ] add classifiers for pypi? -- [ ] use config file (probably ini or json / could also allow toml for python>=3.11) +- [ ] use config file (probably ini or toml for python>=3.11) - [ ] enable a garbage collection based on time or file existence (configurable) -- [ ] unit tests +- [ ] unit tests (v important)