tabcmd
tabcmd copied to clipboard
Jac/more mypy checks
enabled 'check_untyped_defs' so that methods without explicit type identifiers are still checked by mypy. Found a number of places that this didn't work, so created comments to make an exception where needed.
Some minor refactoring needed to get types or null cases recognized, and run_command method was changed from static to class method.
Coverage Report