You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
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.