- [ ] At the moment, mypy checks only the `kesha` module, you need to enable checks on all modules - [ ] Improve the mypy config. Set the strictest possible check settings ([example](https://github.com/wemake-services/wemake-python-styleguide/blob/master/setup.cfg#L131)). All mypy settings should be placed in the `.mypy.ini` file. - [ ] Fix all the type errors that have appeared