Better type annotations and stricter mypy checks #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, not all function definitions contain type annotations and the current
mypy.iniconfiguration allows that. Both should be changed. Also, some types are hard to check or inconvenient to work with, e. g.ConfType. We need a better solution for those.Better type annotations and mypy checksto Better type annotations and stricter mypy checksmypy_fixesto mypy_fixesFixed in #4.