- Use TYPE_CHECKING guard in recipes.py to prevent typing imports from
appearing in module namespace (fixes test_recipes_are_documented)
- Update test_convert_help to check for function names with type hints
in a more flexible way
* sqlite-utils tui command if Trogon is installed, closes#545
* Documentation for trogon TUI
* Screenshot of TUI
* Ignore trogon mypy error
* only run flake8 on Python 3.8 or higher, closes#550