|
|
|
|
|
by Diggsey
1521 days ago
|
|
Right - I mean we had mypy passing across the whole project, but it just wasn't detecting any issues because so many of our types had to be ignored because mypy didn't understand that the runtime type of a Column field in SQLAlchemy is not Column, and things like that. Rather than maintain all of the mypy stubs for no benefit, we decided to just scrap mypy. |
|