File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<p align =" center " >
2- <a href =" # " target =" blank " ><img src =" docs/ img/EllarLogoIconOnly .png" width =" 200 " alt =" Ellar Logo " /></a >
2+ <a href =" # " target =" blank " ><img src =" https://eadwincode.github.io/ellar/ img/EllarLogoB .png" width =" 200 " alt =" Ellar Logo " /></a >
33</p >
44
55<p align =" center " > Ellar CLI Tool for Scaffolding Ellar Projects and Modules and also running Ellar Commands</p >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def build_typers() -> t.Any:
6161
6262 if meta_ and meta_ .has_meta :
6363 module_configs = AppFactory .get_all_modules (
64- ModuleSetup (meta_ .import_root_module ()) # type:ignore
64+ ModuleSetup (meta_ .import_root_module ())
6565 )
6666 reflector = Reflector ()
6767
Original file line number Diff line number Diff line change 11[mypy]
2- python_version = 3.6
2+ python_version = 3.8
33
44show_column_numbers = True
55
You can’t perform that action at this time.
0 commit comments