chore: do some todos

This commit is contained in:
Daylin Morgan 2023-03-08 03:36:08 -06:00
parent 1f11967f3f
commit 28e57c99b4
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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)