Skip to content

Draft: Start applying strict rules to mypy.

Cal Pratt requested to merge cpratt34/mypyification into master

Start applying strict rules to mypy.

I will start by enabling strict mode and only supressing the errors we currently have. This means that any violations of new error codes will break the tests. We can tackle the mess one error code at a time, and probably start adding exemptions to particular files as we get closer to the goal.

Merge request reports