aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Ensure the whole code is properly type-checked #152

Open giovannipizzi opened 1 year ago

giovannipizzi commented 1 year ago

Essentially: add the line

strict = true

in the [tool.mypy] section of pyproject.toml, and fix everything.