The lack of types makes the Python code error prone and reviews harder. We need to start enforcing types. Step 1: Add ignores to all current violations in chunks Step 2: Enable non-strict mypy Step 3: Fix violations Step 4: Enable strict mypy
The lack of types makes the Python code error prone and reviews harder. We need to start enforcing types.
Step 1:
Add ignores to all current violations in chunks
Step 2:
Enable non-strict mypy
Step 3:
Fix violations
Step 4:
Enable strict mypy