Skip to content
v0.0.60

* tox: anticipate mypy run to just after flake8
* init.py: switch to documented way of extending path
* tox.ini: add mypy section
* typing: minimal changes to make a no-op mypy run pass
* fix typo in docstring and sample file name
* admin CLI: drop obsolete backward compatibility aliases
* click "required" param wants bool, not int