chore: swap todo's

This commit is contained in:
Daylin Morgan 2023-03-08 12:27:24 -06:00
parent 621f5a7aca
commit f646278f8b
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -1,7 +1,7 @@
# VIV Todo's # VIV Todo's
- [x] swap flake8 for ruff - [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) - [ ] use config file (probably ini or toml for python>=3.11)
- [ ] enable a garbage collection based on time or file existence (configurable) - [ ] enable a garbage collection based on time or file existence (configurable)
- [ ] unit tests (v important) - [ ] unit tests (v important)