makes icon indicating copy to clipboard operation
makes copied to clipboard

Mypy strict config

Open danmur97 opened this issue 3 years ago • 0 comments

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.

danmur97 avatar Sep 26 '22 15:09 danmur97