Open aenglander opened 5 months ago
The project should support proper typing like the rest of the Pallets projects
See other Pallets projects
Start with mypy with strict=False. Once all those messages are addressed, again with strict=True. Then with pyright and pyright --verifytypes.
mypy
strict=False
strict=True
pyright
pyright --verifytypes
The project should support proper typing like the rest of the Pallets projects
See other Pallets projects