inducer / pytools

http://pypi.python.org/pypi/pytools
Other
70 stars 25 forks source link

Fix some typing issues #238

Closed alexfikl closed 5 months ago

alexfikl commented 5 months ago

While playing with #235 and #237 to fix the mypy issues, I had some more random fixes sitting around.

This essentially removes the ignore_errors = True in setup.cfg for some modules and fixes the errors that popped up. There's a bunch of stuff in persistent_dict.py that probably requires a careful look.

cc @matthiasdiener since you typed most of PersistentDict.