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.
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
insetup.cfg
for some modules and fixes the errors that popped up. There's a bunch of stuff inpersistent_dict.py
that probably requires a careful look.cc @matthiasdiener since you typed most of
PersistentDict
.