Scan-o-Matic / scanomatic-standalone

GNU General Public License v3.0
0 stars 0 forks source link

add missing type ignore #87

Closed skymandr closed 2 years ago

skymandr commented 2 years ago

This single line of code is responsible for going from this

Found 106 errors in 23 files (checked 164 source files)

to this

Found 783 errors in 72 files (checked 164 source files)

by allowing mypy to not skip things....

While continuing to fix mypy errors is a good thing, this demonstrates that a more structured approach is probably needed.

Please also not that the build is failing. I haven't looked into why yet!

skymandr commented 2 years ago

lgtm, build fail seemed to be a time out so I restarted it. perhaps it works now 🤷🏾

It did.