scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add mypy as type-checker #9

Closed jstriebel closed 5 years ago

jstriebel commented 5 years ago

Besides adding mypy it also renames the module to pyDatastore, as modules should be camelCased.

jstriebel commented 5 years ago

PS: If mypy fails after the first run, use this fix: https://github.com/python/mypy/pull/6174

normanrz commented 5 years ago

I think packages and modules should be all_lowercase_with_underscores: https://www.python.org/dev/peps/pep-0008/#package-and-module-names

jstriebel commented 5 years ago

@normanrz you're right, changed it :+1: got confused between languages