makes
makes copied to clipboard
Mypy strict config
Add support for a more strict mypy configuration file (i.e. enable all checks). I suggest to mark explicitly each config field, even if the default value is the desired one and can be omitted. This will secure the linter against default values changes and also serve as a reference (other than mypy docs) of what is checked on the code.