Alex Cano
08/20/2020, 8:04 PMserver
repo. Are there plans to make it mypy compliant? Just a tad confused because there are mypy configurations in setup.cfg
but mypy isn’t a required package for devChris White
08/20/2020, 8:05 PMAlex Cano
08/20/2020, 8:06 PM@task
decorator, by chance? That seems like a place mypy would freak out hahaChris White
08/20/2020, 8:06 PMAlex Cano
08/20/2020, 8:07 PMChris White
08/20/2020, 8:08 PMAlex Cano
08/20/2020, 8:10 PMChris White
08/20/2020, 8:12 PMassert blah is not None
or assert isinstance(blah, list)
to get mypy to recognize the type. @Jim Crist-Harif has some strong opinions on this as well I thinkAlex Cano
08/20/2020, 8:13 PM