github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/results-processor/mypy.ini (about)

     1  [mypy]
     2  disallow_subclassing_any = True
     3  #disallow_any_generics = True
     4  disallow_untyped_calls = True
     5  #disallow_untyped_defs = True
     6  disallow_incomplete_defs = True
     7  #check_untyped_defs = True
     8  disallow_untyped_decorators = True
     9  no_implicit_optional = True
    10  warn_redundant_casts = True
    11  warn_unused_ignores = True
    12  warn_return_any = True
    13  
    14  [mypy-filelock]
    15  ignore_missing_imports = True
    16  
    17  [mypy-google.cloud]
    18  ignore_missing_imports = True
    19  
    20  [mypy-requests]
    21  ignore_missing_imports = True