lk-geimfari / mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
https://mimesis.name
MIT License
4.44k stars 336 forks source link

Fix mypy issues #432

Closed sobolevn closed 6 years ago

sobolevn commented 6 years ago

There are several things to consider:

  1. Fixing bugs like this one: https://travis-ci.org/lk-geimfari/mimesis/jobs/361128185#L600
  2. Adding new options to mypy to make it stricter: https://github.com/wemake-services/wemake-django-template/blob/master/%7B%7Bcookiecutter.project_name%7D%7D/setup.cfg#L67
  3. Add tests folder to be checked by mypy (not only mimesis/ folder is checked)

I can do it, if @lk-geimfari does not have anything to add/comment.

lk-geimfari commented 6 years ago

@sobolevn Sure!