From 781a0ab6934b86454a26dc0257c9b7e5ced6d201 Mon Sep 17 00:00:00 2001 From: josiah Date: Thu, 22 Jul 2021 20:03:54 -0500 Subject: [PATCH] Update todos, editor tasks. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e116aa3..fd8096a 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ Matrix Orgmode ListenER. - [X] Pylint / Flake8; feel free to tweak line settings - [X] Pipenv (bluh. I guess this is what work is using, so, fine.) - append installs with `-d` to add them as a dev dependency - - [ ] Pytest + unittest. + - [ ] Add on pydantic to mypy + - [ ] Futz with mypy's config to require declaring types - [X] Python versions with pyenv - This is pretty easy, though its a very stupid curl | bash. Fuckers. - Also some annoying prereqs that you need to be careful about; some Mac specific fuckery. @@ -41,3 +42,4 @@ Matrix Orgmode ListenER. - auto detect pyvenv - resolve imports - etc +- [ ] make magit play nice with pre-commit hooks