diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..5f11e66 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,10 @@ +# Global options: + +[mypy] +ignore_missing_imports = True +follow_imports = silent +strict = True +warn_redundant_casts = False +warn_unused_ignores = False +packages = nion.eels_analysis, nionswift_plugin.nion_eels_analysis +exclude = /test