X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mypy.ini;h=601283d7d4fbcd613252c2729fe901cef708874f;hb=5c00dc9e61bd13c3f5a97ce5e821512553560043;hp=31ee9f63d6b3b71221ac18aa51245081bed79386;hpb=8339c9a882a586578b37f44a504e21c5208611c0;p=pti%2Fo2.git diff --git a/mypy.ini b/mypy.ini index 31ee9f6..601283d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,7 +1,7 @@ -[mypy] -ignore_missing_imports = False -mypy_path = ./src -check_untyped_defs = True - -[mypy-pytest.*,sqlalchemy.*,redis.*] -ignore_missing_imports = True +[mypy] +ignore_missing_imports = False +mypy_path = ./src +check_untyped_defs = True + +[mypy-pytest.*,sqlalchemy.*,redis.*] +ignore_missing_imports = True