basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

Basedtypeshed

Open DetachHead opened this issue 3 years ago • 23 comments

closes #133

outstanding issues

  • [ ] it's trying (and failing) to run some tests on 3.6 even though 3.6 support was supposedly removed?
  • [ ] Callable in basedtypeshed was broken https://github.com/KotlinIsland/basedtypeshed/issues/17 - i think i just need to rebase https://github.com/KotlinIsland/basedtypeshed/pull/13 to get the fix
  • [ ] primer is broken - no clue how to fix it
  • [ ] auto release script? i don't fully understand the issue so no idea how to fix that either
  • [ ] tests that use eggs dont work. idk what an egg is

DetachHead avatar Jan 09 '22 09:01 DetachHead

Only issue I could see with this is if we ever wanted to cherry-pick changes from typeshed for a specific release/feature, but we could just make a branch in basedtypeshed for that.

So I think this is a good idea

KotlinIsland avatar Jan 09 '22 10:01 KotlinIsland

Diff from mypy_primer, showing the effect of this PR on open source code:

bidict (https://github.com/jab/bidict)
+ bidict/__init__.py:1: error: Cannot find 'builtins' module. Typeshed appears broken!
+ bidict/__init__.py:55: error: Cannot find implementation or library stub for module named "sys"  [import]
+ bidict/__init__.py:55: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
- bidict/_typing.py:16: error: Expression type contains "Any" (has type "Type[Iterable[Any]]")  [misc]
- bidict/_typing.py:40: error: Missing type parameters for generic type "ValuesView"  [type-arg]
- bidict/_dup.py:46: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_dup.py:46: error: Expression type contains "Any" (has type "Type[OnDup]")  [misc]
- bidict/_dup.py:53: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_dup.py:55: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_dup.py:57: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_iter.py:17: error: Missing type parameters for generic type "IterItems"  [type-arg]
- bidict/_iter.py:37: error: Missing type parameters for generic type "IterItems"  [type-arg]
- bidict/_iter.py:44: error: Expression type contains "Any" (has type "chain[Tuple[Any, Any]]")  [misc]
- bidict/_iter.py:44: error: Expression type contains "Any" (has type "Iterable[Tuple[Any, Any]]")  [misc]
- bidict/_iter.py:45: error: Expression type contains "Any" (has type "Iterable[Tuple[Any, Any]]")  [misc]
- bidict/_iter.py:63: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- bidict/_iter.py:64: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- bidict/_iter.py:65: error: Expression has type "Any"  [misc]
- bidict/_base.py:44: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:46: error: Missing type parameters for generic type "BidictBase"  [type-arg]
- bidict/_base.py:57: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:63: error: Missing type parameters for generic type "_t.Callable"  [type-arg]
- bidict/_base.py:72: error: Function is missing a type annotation  [no-untyped-def]
- bidict/_base.py:73: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:77: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:83: error: Expression type contains "Any" (has type "Dict[str, Type[Mapping[Any, Any]]]")  [misc]
- bidict/_base.py:83: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:84: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:111: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:147: error: Statement is unreachable  [unreachable]
- bidict/_base.py:157: error: Expression has type "Any"  [misc]
- bidict/_base.py:204: error: Explicit "Any" is not allowed  [misc]
- bidict/_base.py:206: error: Expression has type "Any"  [misc]
- bidict/_base.py:228: error: Expression has type "Any"  [misc]
- bidict/_base.py:251: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:251: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:252: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:253: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:275: error: Missing type parameters for generic type "OVT"  [type-arg]
- bidict/_base.py:276: error: Missing type parameters for generic type "OKT"  [type-arg]
- bidict/_base.py:277: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:278: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:279: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:279: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:281: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:285: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:285: error: Expression has type "Any"  [misc]
- bidict/_base.py:287: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:287: error: Expression has type "Any"  [misc]
- bidict/_base.py:289: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:289: error: Expression has type "Any"  [misc]
- bidict/_base.py:292: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:292: error: Expression has type "Any"  [misc]
- bidict/_base.py:294: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:294: error: Expression has type "Any"  [misc]
- bidict/_base.py:296: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:296: error: Expression has type "Any"  [misc]
- bidict/_base.py:299: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:299: error: Expression has type "Any"  [misc]
- bidict/_base.py:301: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:301: error: Expression has type "Any"  [misc]
- bidict/_base.py:303: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:303: error: Expression has type "Any"  [misc]
- bidict/_base.py:306: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:309: error: Type of decorated function contains type "Any" ("Callable[[KT, VT, Union[Any, _NONE], Union[Any, _NONE]], bool]")  [misc]
- bidict/_base.py:309: error: Missing type parameters for generic type "OKT"  [type-arg]
- bidict/_base.py:309: error: Missing type parameters for generic type "OVT"  [type-arg]
- bidict/_base.py:311: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:311: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/_base.py:312: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/_base.py:312: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:313: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/_base.py:317: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:317: error: Expression has type "Any"  [misc]
- bidict/_base.py:322: error: Expression has type "Any"  [misc]
- bidict/_base.py:323: error: Expression has type "Any"  [misc]
- bidict/_base.py:324: error: Expression has type "Any"  [misc]
- bidict/_base.py:325: error: Expression has type "Any"  [misc]
- bidict/_base.py:326: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:326: error: Expression has type "Any"  [misc]
- bidict/_base.py:336: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:338: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:340: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:343: error: Expression type contains "Any" (has type "Callable[[KT, VT, _DedupResult], _WriteResult]")  [misc]
- bidict/_base.py:345: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:348: error: Expression type contains "Any" (has type "Callable[[KT, VT, OnDup], None]")  [misc]
- bidict/_base.py:350: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:355: error: Expression type contains "Any" (has type "List[Tuple[_DedupResult, _WriteResult]]")  [misc]
- bidict/_base.py:355: error: Expression type contains "Any" (has type "Callable[[Tuple[_DedupResult, _WriteResult]], None]")  [misc]
- bidict/_base.py:356: error: Expression type contains "Any" (has type "Callable[[KT, VT, OnDup], Optional[_DedupResult]]")  [misc]
- bidict/_base.py:357: error: Expression type contains "Any" (has type "Callable[[KT, VT, _DedupResult], _WriteResult]")  [misc]
- bidict/_base.py:360: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:360: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:362: error: Expression type contains "Any" (has type "Callable[[_DedupResult, _WriteResult], None]")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "Tuple[_DedupResult, _WriteResult]")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "reversed[Tuple[_DedupResult, _WriteResult]]")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "List[Tuple[_DedupResult, _WriteResult]]")  [misc]
- bidict/_base.py:364: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:364: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:366: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:367: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:368: error: Expression type contains "Any" (has type "Tuple[_DedupResult, _WriteResult]")  [misc]
- bidict/_base.py:368: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:368: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:371: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:371: error: Expression has type "Any"  [misc]
- bidict/_base.py:372: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:372: error: Expression has type "Any"  [misc]
- bidict/_base.py:373: error: Expression has type "Any"  [misc]
- bidict/_base.py:374: error: Expression has type "Any"  [misc]
- bidict/_base.py:378: error: Expression has type "Any"  [misc]
- bidict/_base.py:379: error: Expression has type "Any"  [misc]
- bidict/_base.py:380: error: Expression has type "Any"  [misc]
- bidict/_base.py:381: error: Expression has type "Any"  [misc]
- bidict/_base.py:382: error: Expression has type "Any"  [misc]
- bidict/_base.py:383: error: Expression has type "Any"  [misc]
- bidict/_base.py:384: error: Expression has type "Any"  [misc]
- bidict/_base.py:385: error: Expression has type "Any"  [misc]
- bidict/_base.py:386: error: Expression has type "Any"  [misc]
- bidict/_base.py:387: error: Expression has type "Any"  [misc]
- bidict/_base.py:396: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:396: error: Expression type contains "Any" (has type "Type[BT]")  [misc]
- bidict/_base.py:397: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:397: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_base.py:398: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:398: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_base.py:399: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:400: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:404: error: Expression type contains "Any" (has type "Callable[[BT], BT]")  [misc]
- bidict/_base.py:411: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:419: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:434: error: Function is missing a return type annotation  [no-untyped-def]
- bidict/_mut.py:38: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_mut.py:75: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:101: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:109: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:119: error: Missing type parameters for generic type "VDT"  [type-arg]
- bidict/_mut.py:120: error: Missing type parameters for generic type "VDT"  [type-arg]
- bidict/_mut.py:130: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- bidict/_mut.py:132: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- bidict/_mut.py:156: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:166: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:184: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_frozenbidict.py:35: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_frozenbidict.py:49: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- bidict/_bidict.py:36: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_orderedbase.py:35: error: Module "bidict._base" does not explicitly export attribute "_NONE"; implicit reexport disabled  [attr-defined]
- bidict/_orderedbase.py:44: error: Explicit "Any" is not allowed  [misc]
- bidict/_orderedbase.py:45: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:45: error: Expression type contains "Any" (has type "ReferenceType[Any]")  [misc]
- bidict/_orderedbase.py:47: error: Explicit "Any" is not allowed  [misc]
- bidict/_orderedbase.py:48: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:79: error: Function is missing a return type annotation  [no-untyped-def]
- bidict/_orderedbase.py:79: note: Use "-> None" if function does not return a value
- bidict/_orderedbase.py:111: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:112: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:113: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:114: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:124: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_orderedbase.py:174: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:174: error: Expression type contains "Any" (has type "Type[BT]")  [misc]
- bidict/_orderedbase.py:176: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_orderedbase.py:176: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:177: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_orderedbase.py:177: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:179: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- bidict/_orderedbase.py:179: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:179: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:179: error: Expression type contains "Any" (has type "ItemsView[Any, Any]")  [misc]
- bidict/_orderedbase.py:180: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_orderedbase.py:180: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:181: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:182: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:183: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:184: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:185: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:187: error: Expression type contains "Any" (has type "Callable[[BT], BT]")  [misc]
- bidict/_orderedbase.py:197: error: Call to untyped function "unlink" in typed context  [no-untyped-call]
- bidict/_orderedbase.py:209: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_orderedbase.py:209: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:210: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:213: error: Missing type parameters for generic type "OKT"  [type-arg]
- bidict/_orderedbase.py:214: error: Missing type parameters for generic type "OVT"  [type-arg]
- bidict/_orderedbase.py:215: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:217: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:218: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:219: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:224: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:229: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:231: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:232: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:233: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:234: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:237: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:238: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:240: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:243: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:244: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:245: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_orderedbase.py:245: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_orderedbase.py:250: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_orderedbase.py:250: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:251: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_orderedbase.py:251: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:252: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:253: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:254: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:256: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:257: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:258: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:259: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:260: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:261: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:262: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:263: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:265: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:266: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:267: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:268: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:307: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:312: error: Missing type parameters for generic type "OrderedBidictBase"  [type-arg]
- bidict/_orderedbase.py:313: error: Expression type contains "Any" (has type "OrderedBidictBase[Any, Any]")  [misc]
- bidict/_orderedbase.py:313: error: Expression type contains "Any" (has type "bidict[Any, _Node]")  [misc]
- bidict/_orderedbase.py:313: error: Expression type contains "Any" (has type "MutableMapping[_Node, Any]")  [misc]
- bidict/_orderedbase.py:314: error: Expression type contains "Any" (has type "OrderedBidictBase[Any, Any]")  [misc]
- bidict/_orderedbase.py:314: error: Expression type contains "Any" (has type "bidict[Any, _Node]")  [misc]
- bidict/_orderedbase.py:314: error: Expression type contains "Any" (has type "MutableMapping[_Node, Any]")  [misc]
- bidict/_orderedbase.py:315: error: Expression type contains "Any" (has type "OrderedBidictBase[Any, Any]")  [misc]
- bidict/_orderedbase.py:316: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- bidict/_orderedbase.py:316: error: Expression type contains "Any" (has type "MutableMapping[_Node, Any]")  [misc]
- bidict/_orderedbase.py:316: error: Expression has type "Any"  [misc]
- bidict/_named.py:12: error: Module "bidict._abc" does not explicitly export attribute "KT"; implicit reexport disabled  [attr-defined]
- bidict/_named.py:12: error: Module "bidict._abc" does not explicitly export attribute "VT"; implicit reexport disabled  [attr-defined]
- bidict/_named.py:16: error: Return type becomes "Type[BidirectionalMapping[Any, Any]]" due to an unfollowed import  [no-any-unimported]
- bidict/_named.py:16: error: Argument 4 to "namedbidict" becomes "Type[BidirectionalMapping[Any, Any]]" due to an unfollowed import  [no-any-unimported]
- bidict/_named.py:47: error: Expression type contains "Any" (has type "Type[BidirectionalMapping[Any, Any]]")  [misc]
- bidict/_named.py:48: error: Expression type contains "Any" (has type "Type[BidirectionalMapping[Any, Any]]")  [misc]
- bidict/_named.py:69: error: Expression type contains "Any" (has type "Type[BidirectionalMapping[Any, Any]]")  [misc]
- bidict/_named.py:79: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_orderedbidict.py:37: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_orderedbidict.py:60: error: Missing type parameters for generic type "_t.Callable"  [type-arg]
- bidict/_orderedbidict.py:61: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:62: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:63: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:64: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:64: error: Expression type contains "Any" (has type "Tuple[Any, VT]")  [misc]
- bidict/_frozenordered.py:36: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_frozenordered.py:80: error: Expression has type "Any"  [misc]
- bidict/__init__.py:80: error: Expression type contains "Any" (has type "Tuple[Tuple[str, Any], ...]")  [misc]
- bidict/__init__.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/__init__.py:80: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- bidict/__init__.py:81: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- bidict/__init__.py:81: error: Expression has type "Any"  [misc]
- bidict/__init__.py:81: error: Expression type contains "Any" (has type "Tuple[Tuple[str, Any], ...]")  [misc]
- bidict/__init__.py:82: error: Expression type contains "Any" (has type "Union[Any, str]")  [misc]
- bidict/__init__.py:82: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/__init__.py:82: error: Expression has type "Any"  [misc]
- bidict/__init__.py:85: error: Expression has type "Any"  [misc]

SinbadCogs (https://github.com/mikeshardmind/SinbadCogs)
+ Warning: unused section(s) in mypy.ini: [mypy-discord.*], [mypy-datetime.*], [mypy-logging.*], [mypy-websockets.*], [mypy-apsw.*], [mypy-aiohttp.*], [mypy-numba.*], [mypy-bs4.*], [mypy-numpy.*]
+ anticommandspam/__init__.py:1: error: Cannot find 'builtins' module. Typeshed appears broken!
- Warning: unused section(s) in mypy.ini: [mypy-websockets.*], [mypy-numba.*], [mypy-numpy.*]
- suggestionbox/checks.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- suggestionbox/checks.py:21: error: Function is missing a return type annotation  [no-untyped-def]
- suggestionbox/checks.py:21: error: Argument 1 to "check" becomes "Any" due to an unfollowed import  [no-any-unimported]
- suggestionbox/checks.py:22: error: Expression has type "Any"  [misc]
- suggestionbox/checks.py:24: error: Expression has type "Any"  [misc]
- suggestionbox/checks.py:28: error: Expression has type "Any"  [misc]
- suggestionbox/checks.py:28: error: Expression type contains "Any" (has type "Type[SuggestionBox]")  [misc]
- suggestionbox/checks.py:31: error: Expression has type "Any"  [misc]
- suggestionbox/checks.py:33: error: Expression has type "Any"  [misc]
- suggestionbox/checks.py:33: error: Expression type contains "Any" (has type "Callable[[Any], Coroutine[Any, Any, Any]]")  [misc]
- suggestionbox/core.py:17: error: Cannot find implementation or library stub for module named "discord"  [import]
- suggestionbox/core.py:26: error: Class cannot subclass "Cog" (has type "Any")  [misc]
- suggestionbox/core.py:26: error: Base type Cog becomes "Any" due to an unfollowed import  [no-any-unimported]
- suggestionbox/core.py:33: error: Function is missing a return type annotation  [no-untyped-def]
- suggestionbox/core.py:42: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:43: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:44: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:45: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:46: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:48: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:50: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:51: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:52: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:53: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:54: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:56: error: Function is missing a type annotation  [no-untyped-def]
- suggestionbox/core.py:57: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:58: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:60: error: Function is missing a type annotation  [no-untyped-def]
- suggestionbox/core.py:62: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:63: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:66: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:75: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:83: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:84: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:85: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:86: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:89: error: Expression type contains "Any" (has type "Callable[[SuggestionBox, Any], Coroutine[Any, Any, Any]]")  [misc]
- suggestionbox/core.py:89: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:89: error: Untyped decorator makes function "sset" untyped  [misc]
- suggestionbox/core.py:90: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:90: error: Untyped decorator makes function "sset" untyped  [misc]
- suggestionbox/core.py:91: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:91: error: Untyped decorator makes function "sset" untyped  [misc]
- suggestionbox/core.py:92: error: Function is missing a return type annotation  [no-untyped-def]
- suggestionbox/core.py:92: error: Argument 2 to "sset" becomes "Any" due to an unfollowed import  [no-any-unimported]
- suggestionbox/core.py:92: error: Function is untyped after decorator transformation  [misc]
- suggestionbox/core.py:98: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:98: error: Untyped decorator makes function "sset_make" untyped  [misc]
- suggestionbox/core.py:98: error: Expression type contains "Any" (has type "Callable[[SuggestionBox, Any, NamedArg(Any, 'channel')], Coroutine[Any, Any, Any]]")  [misc]
- suggestionbox/core.py:99: error: Function is missing a return type annotation  [no-untyped-def]
- suggestionbox/core.py:99: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- suggestionbox/core.py:99: error: Argument 3 to "sset_make" becomes "Any" due to an unfollowed import  [no-any-unimported]
- suggestionbox/core.py:99: error: Function is untyped after decorator transformation  [misc]
- suggestionbox/core.py:103: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:104: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:105: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:106: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:108: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:110: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:110: error: Untyped decorator makes function "sset_rm" untyped  [misc]
- suggestionbox/core.py:110: error: Expression type contains "Any" (has type "Callable[[SuggestionBox, Any, NamedArg(Any, 'channel')], Coroutine[Any, Any, Any]]")  [misc]
- suggestionbox/core.py:111: error: Function is missing a return type annotation  [no-untyped-def]
- suggestionbox/core.py:111: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- suggestionbox/core.py:111: error: Argument 3 to "sset_rm" becomes "Any" due to an unfollowed import  [no-any-unimported]
- suggestionbox/core.py:111: error: Function is untyped after decorator transformation  [misc]
- suggestionbox/core.py:115: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:116: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:117: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:118: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:120: error: Expression has type "Any"  [misc]
- suggestionbox/core.py:122: error: Expression has type "Any"  [```

github-actions[bot] avatar Jan 09 '22 14:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

bidict (https://github.com/jab/bidict)
+ bidict/__init__.py:1: error: Cannot find 'builtins' module. Typeshed appears broken!
+ bidict/__init__.py:55: error: Cannot find implementation or library stub for module named "sys"  [import]
+ bidict/__init__.py:55: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
- bidict/_typing.py:16: error: Expression type contains "Any" (has type "Type[Iterable[Any]]")  [misc]
- bidict/_typing.py:40: error: Missing type parameters for generic type "ValuesView"  [type-arg]
- bidict/_dup.py:46: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_dup.py:46: error: Expression type contains "Any" (has type "Type[OnDup]")  [misc]
- bidict/_dup.py:53: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_dup.py:55: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_dup.py:57: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_iter.py:17: error: Missing type parameters for generic type "IterItems"  [type-arg]
- bidict/_iter.py:37: error: Missing type parameters for generic type "IterItems"  [type-arg]
- bidict/_iter.py:44: error: Expression type contains "Any" (has type "chain[Tuple[Any, Any]]")  [misc]
- bidict/_iter.py:44: error: Expression type contains "Any" (has type "Iterable[Tuple[Any, Any]]")  [misc]
- bidict/_iter.py:45: error: Expression type contains "Any" (has type "Iterable[Tuple[Any, Any]]")  [misc]
- bidict/_iter.py:63: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- bidict/_iter.py:64: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- bidict/_iter.py:65: error: Expression has type "Any"  [misc]
- bidict/_base.py:44: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:46: error: Missing type parameters for generic type "BidictBase"  [type-arg]
- bidict/_base.py:57: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:63: error: Missing type parameters for generic type "_t.Callable"  [type-arg]
- bidict/_base.py:72: error: Function is missing a type annotation  [no-untyped-def]
- bidict/_base.py:73: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:77: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:83: error: Expression type contains "Any" (has type "Dict[str, Type[Mapping[Any, Any]]]")  [misc]
- bidict/_base.py:83: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:84: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_base.py:111: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:147: error: Statement is unreachable  [unreachable]
- bidict/_base.py:157: error: Expression has type "Any"  [misc]
- bidict/_base.py:204: error: Explicit "Any" is not allowed  [misc]
- bidict/_base.py:206: error: Expression has type "Any"  [misc]
- bidict/_base.py:228: error: Expression has type "Any"  [misc]
- bidict/_base.py:251: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:251: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:252: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:253: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:275: error: Missing type parameters for generic type "OVT"  [type-arg]
- bidict/_base.py:276: error: Missing type parameters for generic type "OKT"  [type-arg]
- bidict/_base.py:277: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:278: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:279: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:279: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:281: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:285: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:285: error: Expression has type "Any"  [misc]
- bidict/_base.py:287: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:287: error: Expression has type "Any"  [misc]
- bidict/_base.py:289: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:289: error: Expression has type "Any"  [misc]
- bidict/_base.py:292: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:292: error: Expression has type "Any"  [misc]
- bidict/_base.py:294: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:294: error: Expression has type "Any"  [misc]
- bidict/_base.py:296: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:296: error: Expression has type "Any"  [misc]
- bidict/_base.py:299: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:299: error: Expression has type "Any"  [misc]
- bidict/_base.py:301: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:301: error: Expression has type "Any"  [misc]
- bidict/_base.py:303: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:303: error: Expression has type "Any"  [misc]
- bidict/_base.py:306: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:309: error: Type of decorated function contains type "Any" ("Callable[[KT, VT, Union[Any, _NONE], Union[Any, _NONE]], bool]")  [misc]
- bidict/_base.py:309: error: Missing type parameters for generic type "OKT"  [type-arg]
- bidict/_base.py:309: error: Missing type parameters for generic type "OVT"  [type-arg]
- bidict/_base.py:311: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:311: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/_base.py:312: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/_base.py:312: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_base.py:313: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/_base.py:317: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:317: error: Expression has type "Any"  [misc]
- bidict/_base.py:322: error: Expression has type "Any"  [misc]
- bidict/_base.py:323: error: Expression has type "Any"  [misc]
- bidict/_base.py:324: error: Expression has type "Any"  [misc]
- bidict/_base.py:325: error: Expression has type "Any"  [misc]
- bidict/_base.py:326: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:326: error: Expression has type "Any"  [misc]
- bidict/_base.py:336: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:338: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:340: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:343: error: Expression type contains "Any" (has type "Callable[[KT, VT, _DedupResult], _WriteResult]")  [misc]
- bidict/_base.py:345: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:348: error: Expression type contains "Any" (has type "Callable[[KT, VT, OnDup], None]")  [misc]
- bidict/_base.py:350: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:355: error: Expression type contains "Any" (has type "List[Tuple[_DedupResult, _WriteResult]]")  [misc]
- bidict/_base.py:355: error: Expression type contains "Any" (has type "Callable[[Tuple[_DedupResult, _WriteResult]], None]")  [misc]
- bidict/_base.py:356: error: Expression type contains "Any" (has type "Callable[[KT, VT, OnDup], Optional[_DedupResult]]")  [misc]
- bidict/_base.py:357: error: Expression type contains "Any" (has type "Callable[[KT, VT, _DedupResult], _WriteResult]")  [misc]
- bidict/_base.py:360: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:360: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:362: error: Expression type contains "Any" (has type "Callable[[_DedupResult, _WriteResult], None]")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "Tuple[_DedupResult, _WriteResult]")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "reversed[Tuple[_DedupResult, _WriteResult]]")  [misc]
- bidict/_base.py:363: error: Expression type contains "Any" (has type "List[Tuple[_DedupResult, _WriteResult]]")  [misc]
- bidict/_base.py:364: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:364: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:366: error: Expression type contains "Any" (has type "Optional[_DedupResult]")  [misc]
- bidict/_base.py:367: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:368: error: Expression type contains "Any" (has type "Tuple[_DedupResult, _WriteResult]")  [misc]
- bidict/_base.py:368: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:368: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:371: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_base.py:371: error: Expression has type "Any"  [misc]
- bidict/_base.py:372: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_base.py:372: error: Expression has type "Any"  [misc]
- bidict/_base.py:373: error: Expression has type "Any"  [misc]
- bidict/_base.py:374: error: Expression has type "Any"  [misc]
- bidict/_base.py:378: error: Expression has type "Any"  [misc]
- bidict/_base.py:379: error: Expression has type "Any"  [misc]
- bidict/_base.py:380: error: Expression has type "Any"  [misc]
- bidict/_base.py:381: error: Expression has type "Any"  [misc]
- bidict/_base.py:382: error: Expression has type "Any"  [misc]
- bidict/_base.py:383: error: Expression has type "Any"  [misc]
- bidict/_base.py:384: error: Expression has type "Any"  [misc]
- bidict/_base.py:385: error: Expression has type "Any"  [misc]
- bidict/_base.py:386: error: Expression has type "Any"  [misc]
- bidict/_base.py:387: error: Expression has type "Any"  [misc]
- bidict/_base.py:396: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:396: error: Expression type contains "Any" (has type "Type[BT]")  [misc]
- bidict/_base.py:397: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:397: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_base.py:398: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:398: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_base.py:399: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:400: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_base.py:404: error: Expression type contains "Any" (has type "Callable[[BT], BT]")  [misc]
- bidict/_base.py:411: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:419: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_base.py:434: error: Function is missing a return type annotation  [no-untyped-def]
- bidict/_mut.py:38: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_mut.py:75: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:101: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:109: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:119: error: Missing type parameters for generic type "VDT"  [type-arg]
- bidict/_mut.py:120: error: Missing type parameters for generic type "VDT"  [type-arg]
- bidict/_mut.py:130: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- bidict/_mut.py:132: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- bidict/_mut.py:156: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:166: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_mut.py:184: error: Expression type contains "Any" (has type "OnDup")  [misc]
- bidict/_frozenbidict.py:35: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_frozenbidict.py:49: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- bidict/_bidict.py:36: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_orderedbase.py:35: error: Module "bidict._base" does not explicitly export attribute "_NONE"; implicit reexport disabled  [attr-defined]
- bidict/_orderedbase.py:44: error: Explicit "Any" is not allowed  [misc]
- bidict/_orderedbase.py:45: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:45: error: Expression type contains "Any" (has type "ReferenceType[Any]")  [misc]
- bidict/_orderedbase.py:47: error: Explicit "Any" is not allowed  [misc]
- bidict/_orderedbase.py:48: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:79: error: Function is missing a return type annotation  [no-untyped-def]
- bidict/_orderedbase.py:79: note: Use "-> None" if function does not return a value
- bidict/_orderedbase.py:111: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:112: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:113: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:114: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:124: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_orderedbase.py:174: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:174: error: Expression type contains "Any" (has type "Type[BT]")  [misc]
- bidict/_orderedbase.py:176: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_orderedbase.py:176: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:177: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_orderedbase.py:177: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:179: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- bidict/_orderedbase.py:179: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:179: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:179: error: Expression type contains "Any" (has type "ItemsView[Any, Any]")  [misc]
- bidict/_orderedbase.py:180: error: Expression type contains "Any" (has type "MutableMapping[Any, Any]")  [misc]
- bidict/_orderedbase.py:180: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:181: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:182: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:183: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:184: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:185: error: Expression type contains "Any" (has type "BT")  [misc]
- bidict/_orderedbase.py:187: error: Expression type contains "Any" (has type "Callable[[BT], BT]")  [misc]
- bidict/_orderedbase.py:197: error: Call to untyped function "unlink" in typed context  [no-untyped-call]
- bidict/_orderedbase.py:209: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_orderedbase.py:209: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:210: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:213: error: Missing type parameters for generic type "OKT"  [type-arg]
- bidict/_orderedbase.py:214: error: Missing type parameters for generic type "OVT"  [type-arg]
- bidict/_orderedbase.py:215: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:217: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:218: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:219: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:224: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:229: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:231: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:232: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:233: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:234: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:237: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:238: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:240: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:243: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:244: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:245: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_orderedbase.py:245: error: Expression type contains "Any" (has type "Union[Any, _NONE]")  [misc]
- bidict/_orderedbase.py:250: error: Expression type contains "Any" (has type "_DedupResult")  [misc]
- bidict/_orderedbase.py:250: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:251: error: Expression type contains "Any" (has type "_WriteResult")  [misc]
- bidict/_orderedbase.py:251: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:252: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:253: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:254: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:256: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:257: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:258: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:259: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:260: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:261: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:262: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:263: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:265: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:266: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:267: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:268: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:307: error: Expression has type "Any"  [misc]
- bidict/_orderedbase.py:312: error: Missing type parameters for generic type "OrderedBidictBase"  [type-arg]
- bidict/_orderedbase.py:313: error: Expression type contains "Any" (has type "OrderedBidictBase[Any, Any]")  [misc]
- bidict/_orderedbase.py:313: error: Expression type contains "Any" (has type "bidict[Any, _Node]")  [misc]
- bidict/_orderedbase.py:313: error: Expression type contains "Any" (has type "MutableMapping[_Node, Any]")  [misc]
- bidict/_orderedbase.py:314: error: Expression type contains "Any" (has type "OrderedBidictBase[Any, Any]")  [misc]
- bidict/_orderedbase.py:314: error: Expression type contains "Any" (has type "bidict[Any, _Node]")  [misc]
- bidict/_orderedbase.py:314: error: Expression type contains "Any" (has type "MutableMapping[_Node, Any]")  [misc]
- bidict/_orderedbase.py:315: error: Expression type contains "Any" (has type "OrderedBidictBase[Any, Any]")  [misc]
- bidict/_orderedbase.py:316: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- bidict/_orderedbase.py:316: error: Expression type contains "Any" (has type "MutableMapping[_Node, Any]")  [misc]
- bidict/_orderedbase.py:316: error: Expression has type "Any"  [misc]
- bidict/_named.py:12: error: Module "bidict._abc" does not explicitly export attribute "KT"; implicit reexport disabled  [attr-defined]
- bidict/_named.py:12: error: Module "bidict._abc" does not explicitly export attribute "VT"; implicit reexport disabled  [attr-defined]
- bidict/_named.py:16: error: Return type becomes "Type[BidirectionalMapping[Any, Any]]" due to an unfollowed import  [no-any-unimported]
- bidict/_named.py:16: error: Argument 4 to "namedbidict" becomes "Type[BidirectionalMapping[Any, Any]]" due to an unfollowed import  [no-any-unimported]
- bidict/_named.py:47: error: Expression type contains "Any" (has type "Type[BidirectionalMapping[Any, Any]]")  [misc]
- bidict/_named.py:48: error: Expression type contains "Any" (has type "Type[BidirectionalMapping[Any, Any]]")  [misc]
- bidict/_named.py:69: error: Expression type contains "Any" (has type "Type[BidirectionalMapping[Any, Any]]")  [misc]
- bidict/_named.py:79: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/_orderedbidict.py:37: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_orderedbidict.py:60: error: Missing type parameters for generic type "_t.Callable"  [type-arg]
- bidict/_orderedbidict.py:61: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:62: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:63: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:64: error: Expression has type "Any"  [misc]
- bidict/_orderedbidict.py:64: error: Expression type contains "Any" (has type "Tuple[Any, VT]")  [misc]
- bidict/_frozenordered.py:36: error: Call to untyped function "__init_subclass__" in typed context  [no-untyped-call]
- bidict/_frozenordered.py:80: error: Expression has type "Any"  [misc]
- bidict/__init__.py:80: error: Expression type contains "Any" (has type "Tuple[Tuple[str, Any], ...]")  [misc]
- bidict/__init__.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- bidict/__init__.py:80: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- bidict/__init__.py:81: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- bidict/__init__.py:81: error: Expression has type "Any"  [misc]
- bidict/__init__.py:81: error: Expression type contains "Any" (has type "Tuple[Tuple[str, Any], ...]")  [misc]
- bidict/__init__.py:82: error: Expression type contains "Any" (has type "Union[Any, str]")  [misc]
- bidict/__init__.py:82: error: Expression type contains "Any" (has type "Union[Any, bool]")  [misc]
- bidict/__init__.py:82: error: Expression has type "Any"  [misc]
- bidict/__init__.py:85: error: Expression has type "Any"  [misc]

asynq (https://github.com/quora/asynq)
+ asynq/__init__.pyi:1: error: Cannot find 'builtins' module. Typeshed appears broken!
- asynq/mock_.pyi:3: error: Explicit "Any" is not allowed  [misc]
- asynq/profiler.pyi:6: error: Explicit "Any" is not allowed  [misc]
- asynq/profiler.pyi:7: error: Explicit "Any" is not allowed  [misc]
- asynq/tests/helpers.py:19: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:20: error: Expression has type "Any"  [misc]
- asynq/tests/helpers.py:23: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:24: error: Expression has type "Any"  [misc]
- asynq/tests/helpers.py:27: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:28: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
- asynq/tests/helpers.py:29: error: Expression has type "Any"  [misc]
- asynq/debug.pyi:20: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:22: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:44: error: Explicit "Any" is not allowed  [misc]
- asynq/debug.pyi:51: error: Explicit "Any" is not allowed  [misc]
- asynq/debug.pyi:64: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/debug.pyi:66: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/futures.pyi:4: error: Cannot find implementation or library stub for module named "qcore.helpers"  [import]
- asynq/futures.pyi:4: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/futures.pyi:5: error: Cannot find implementation or library stub for module named "qcore.events"  [import]
- asynq/futures.pyi:6: error: Cannot find implementation or library stub for module named "qcore.errors"  [import]
- asynq/futures.pyi:28: error: Explicit "Any" is not allowed  [misc]
- asynq/batching.pyi:11: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:22: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:23: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/batching.pyi:28: error: Explicit "Any" is not allowed  [misc]
- asynq/batching.pyi:30: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/scoped_value.pyi:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/scoped_value.pyi:21: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:1: error: Cannot find implementation or library stub for module named "qcore.decorators"  [import]
- asynq/decorators.pyi:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/decorators.pyi:18: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:22: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:25: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:27: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [misc]
- asynq/decorators.pyi:27: error: Base type DecoratorBinder becomes "Any" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:30: error: Class cannot subclass "DecoratorBase" (has type "Any")  [misc]
- asynq/decorators.pyi:30: error: Base type DecoratorBase becomes "Any" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:32: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:35: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:40: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:43: error: No error code on "type: ignore" comment  [no-error-code]
- asynq/decorators.pyi:45: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [misc]
- asynq/decorators.pyi:45: error: Base type DecoratorBinder becomes "Any" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:46: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:49: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:49: error: No error code on "type: ignore" comment  [no-error-code]
- asynq/decorators.pyi:51: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:52: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:53: error: No error code on "type: ignore" comment  [no-error-code]
- asynq/decorators.pyi:58: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:58: error: No error code on "type: ignore" comment  [no-error-code]
- asynq/decorators.pyi:59: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:62: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:66: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:67: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:70: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:73: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:76: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:79: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:82: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:86: error: No error code on "type: ignore" comment  [no-error-code]
- asynq/decorators.pyi:89: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:93: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:96: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:98: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:98: error: No error code on "type: ignore" comment  [no-error-code]
- asynq/decorators.pyi:100: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:104: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:108: error: Explicit "Any" is not allowed  [misc]
- asynq/decorators.pyi:113: error: Explicit "Any" is not allowed  [misc]
- asynq/async_task.pyi:13: error: Explicit "Any" is not allowed  [misc]
- asynq/async_task.pyi:16: error: Explicit "Any" is not allowed  [misc]
- asynq/async_task.pyi:18: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/scheduler.pyi:12: error: Explicit "Any" is not allowed  [misc]
- asynq/scheduler.pyi:14: error: Ex```

github-actions[bot] avatar Jan 09 '22 15:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 811, in get_typeshed_dir
+     return os.path.join(get_site_packages_dirs(python_executable)[1][1], "basedtypeshed")
+ IndexError: list index out of range
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:260: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:261: error: Unused "type: ignore" comment  [unus```

github-actions[bot] avatar Jan 27 '22 15:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 813, in get_typeshed_dir
+     next(
+ StopIteration
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:260: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:261: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:261: error: No error code on "type: ignore" comment  [no-error-code]
- ```

github-actions[bot] avatar Jan 30 '22 06:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 814, in get_typeshed_dir
+     next(
+ StopIteration
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:260: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:261: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:261: error: No error code on "type: ignore" comment  [no-error-code]
- ```

github-actions[bot] avatar Jan 30 '22 07:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

more-itertools (https://github.com/more-itertools/more-itertools)
+ afasdfasdf
+ /tmp/mypy_primer/new_mypy/venv/bin/python
+ ([], ['/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages'])
+ afasdfasdf
+ /tmp/mypy_primer/new_mypy/venv/bin/python
+ ([], ['/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages'])

graphql-core (https://github.com/graphql-python/graphql-core)
+ afasdfasdf
+ /tmp/mypy_primer/new_mypy/venv/bin/python
+ ([], ['/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages'])
+ afasdfasdf
+ /tmp/mypy_primer/new_mypy/venv/bin/python
+ ([], ['/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages'])
+ src/graphql/pyutils/natural_compare.py:16: error: Expression type contains "Any" (has type "Tuple[Union[str, Any], bool]")  [misc]
+ src/graphql/pyutils/natural_compare.py:16: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/pyutils/natural_compare.py:17: error: Expression type contains "Any" (has type "Tuple[int, Union[str, Any]]")  [misc]
+ src/graphql/pyutils/natural_compare.py:17: error: Expression type contains "Any" (has type "Union[Tuple[int, Union[str, Any]], str, Any]")  [misc]
+ src/graphql/pyutils/natural_compare.py:17: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/pyutils/natural_compare.py:18: error: Expression type contains "Any" (has type "zip[Tuple[Union[str, Any], bool]]")  [misc]
+ src/graphql/pyutils/natural_compare.py:18: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
- src/graphql/execution/map_async_iterator.py:42: error: Expression type contains "Any" (has type "Future[Tuple[Set[Task[Any]], Set[Task[Any]]]]")  [misc]
+ src/graphql/execution/map_async_iterator.py:42: error: Expression type contains "Any" (has type "Coroutine[Any, Any, Tuple[Set[Task[Any]], Set[Task[Any]]]]")  [misc]
+ src/graphql/language/print_location.py:35: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:36: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:36: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:39: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:41: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:42: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:46: error: Expression type contains "Any" (has type "Tuple[str, Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:46: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:46: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:47: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:47: error: Expression type contains "Any" (has type "List[Tuple[str, Union[str, Any]]]")  [misc]
+ src/graphql/language/print_location.py:47: error: Expression type contains "Any" (has type "Tuple[str, Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:47: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:49: error: Expression type contains "Any" (has type "Tuple[str, Union[str, Any, None]]")  [misc]
+ src/graphql/language/print_location.py:51: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:51: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:51: error: Expression type contains "Any" (has type "Union[str, Any, None]")  [misc]
+ src/graphql/language/print_location.py:52: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:58: error: Expression type contains "Any" (has type "Tuple[str, Union[str, Any, None]]")  [misc]
+ src/graphql/language/print_location.py:58: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:58: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:58: error: Expression type contains "Any" (has type "Union[str, Any, None]")  [misc]
+ src/graphql/language/print_location.py:59: error: Expression type contains "Any" (has type "Tuple[str, Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:59: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:61: error: Expression type contains "Any" (has type "Tuple[str, Union[str, Any, None]]")  [misc]
+ src/graphql/language/print_location.py:63: error: Expression type contains "Any" (has type "List[Union[str, Any]]")  [misc]
+ src/graphql/language/print_location.py:63: error: Expression type contains "Any" (has type "Union[str, Any]")  [misc]
+ src/graphql/language/print_location.py:63: error: Expression type contains "Any" (has type "Union[str, Any, None]")  [misc]
- src/graphql/execution/execute.py:137: error: Expression type contains "Any" (has type "Iterator[Any]")  [misc]
+ src/graphql/execution/execute.py:137: error: Expression type contains "Any" (has type "Iterator[Union[Dict[str, Any], None, List[GraphQLError]]]")  [misc]
- tests/execution/test_subscribe.py:50: error: Expression type contains "Any" (has type "Callable[[Any, Any], Union[Any, int]]")  [misc]
+ tests/execution/test_subscribe.py:50: error: Expression type contains "Any" (has type "Callable[[Any, Any], Union[Any, Literal[0]]]")  [misc]
- tests/execution/test_subscribe.py:50: error: Expression type contains "Any" (has type "Union[Any, int]")  [misc]
+ tests/execution/test_subscribe.py:50: error: Expression type contains "Any" (has type "Union[Any, Literal[0]]")  [misc]
- tests/test_user_registry.py:516: error: Expression type contains "Any" (has type "Future[Tuple[Set[Task[Any]], Set[Task[Any]]]]")  [misc]
+ tests/test_user_registry.py:516: error: Expression type contains "Any" (has type "Coroutine[Any, Any, Tuple[Set[Task[Any]], Set[Task[Any]]]]")  [misc]

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 817, in get_typeshed_dir
+     next(
+ StopIteration
+ afasdfasdf
+ /tmp/mypy_primer/projects/_pandera_venv/bin/python
+ ([], ['/tmp/mypy_primer/projects/_pandera_venv/lib/python3.10/site-packages'])
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[A```

github-actions[bot] avatar Jan 30 '22 07:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 815, in get_typeshed_dir
+     next(
+ StopIteration
+ afasdfasdf
+ /tmp/mypy_primer/projects/_pandera_venv/bin/python
+ ([], ['/tmp/mypy_primer/projects/_pandera_venv/lib/python3.10/site-packages'])
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:260: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:261```

github-actions[bot] avatar Jan 30 '22 08:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 812, in get_typeshed_dir
+     next(
+ StopIteration
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:260: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:261: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:261: error: No error code on "type: ignore" comment  [no-error-code]
- ```

github-actions[bot] avatar Jan 30 '22 09:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 813, in get_typeshed_dir
+     next(
+ StopIteration
+ ['click-stubs', 'types_PyYAML-6.0.3.dist-info', 'setuptools-stubs', 'pip-21.2.4.dist-info', 'setuptools', '_distutils_hack', 'setuptools-58.1.0.dist-info', 'yaml-stubs', 'pkg_resources', 'types_setuptools-57.4.8.dist-info', 'pip', 'types_click-7.1.8.dist-info', 'pkg_resources-stubs', 'distutils-precedence.pth']
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]"```

github-actions[bot] avatar Jan 30 '22 10:01 github-actions[bot]

i think this is mostly ready now. failing tests be like:

  • type errors in basedtypeshed that were already there (see https://github.com/KotlinIsland/basedtypeshed/runs/4746963459?check_suite_focus=true)
  • tests that use eggs instead of wheels are failing, but apparently eggs are deprecated so maybe we should just drop support for them?
  • mypy primer failing i think because it has a hardcoded list of dependencies for mypy (https://github.com/hauntsaninja/mypy_primer/blob/master/mypy_primer.py#L245) instead of installing it from mypy-requirements.txt
  • i think there's new syntax i'm using that only works on 3.10, will look at that later

DetachHead avatar Jan 30 '22 10:01 DetachHead

Diff from mypy_primer, showing the effect of this PR on open source code:

rotki (https://github.com/rotki/rotki)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 813, in get_typeshed_dir
+     next(
+ StopIteration
+ ['eth_typing', 'requests-stubs', 'setuptools-stubs', 'pip-21.2.4.dist-info', 'eth_typing-3.0.0.dist-info', 'types_urllib3-1.26.7.dist-info', 'setuptools', 'urllib3-stubs', 'types_requests-2.27.7.dist-info', '_distutils_hack', 'setuptools-58.1.0.dist-info', 'pkg_resources', 'types_setuptools-57.4.8.dist-info', 'pip', 'pkg_resources-stubs', 'distutils-precedence.pth']
- tools/pylint/not_checker.py:15: error: Class cannot subclass "BaseChecker" (has type "Any")  [misc]
- tools/pylint/not_checker.py:15: error: Base type BaseChecker becomes "Any" due to an unfollowed import  [no-any-unimported]
- tools/pylint/not_checker.py:17: error: Expression has type "Any"  [misc]
- stubs/Crypto/Random/__init__.pyi:11: error: Explicit "Any" is not allowed  [misc]
- tools/pylint/log_checker.py:24: error: Class cannot subclass "BaseChecker" (has type "Any")  [misc]
- tools/pylint/log_checker.py:24: error: Base type BaseChecker becomes "Any" due to an unfollowed import  [no-any-unimported]
- tools/pylint/log_checker.py:26: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/encoding.py:4: error: Class cannot subclass "SchemaOpts" (has type "Any")  [misc]
- tools/data_faker/data_faker/mock_apis/encoding.py:4: error: Base type SchemaOpts becomes "Any" due to an unfollowed import  [no-any-unimported]
- tools/data_faker/data_faker/mock_apis/encoding.py:13: error: Class cannot subclass "Schema" (has type "Any")  [misc]
- tools/data_faker/data_faker/mock_apis/encoding.py:13: error: Base type Schema becomes "Any" due to an unfollowed import  [no-any-unimported]
- tools/data_faker/data_faker/mock_apis/encoding.py:14: error: Expression type contains "Any" (has type "Type[BaseOpts]")  [misc]
- tools/data_faker/data_faker/mock_apis/encoding.py:16: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/encoding.py:16: error: Expression type contains "Any" (has type "Callable[[BaseSchema, Any], Any]")  [misc]
- tools/data_faker/data_faker/mock_apis/encoding.py:17: error: Function is untyped after decorator transformation  [misc]
- tools/data_faker/data_faker/mock_apis/encoding.py:26: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/common.py:6: error: Explicit "Any" is not allowed  [misc]
- rotkehlchen/utils/mixins/common.py:21: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/common.py:21: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- rotkehlchen/utils/mixins/common.py:22: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/common.py:23: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- rotkehlchen/utils/mixins/common.py:23: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/common.py:23: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/utils/mixins/common.py:23: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- rotkehlchen/utils/mixins/common.py:27: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/websocketsapi/test_legacy.py:4: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/websocketsapi/test_legacy.py:4: error: Expression type contains "Any" (has type "Callable[[Any, Any], Any]")  [misc]
- rotkehlchen/tests/websocketsapi/test_legacy.py:5: error: Function is untyped after decorator transformation  [misc]
- rotkehlchen/tests/fixtures/pylint.py:5: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/pylint.py:5: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- rotkehlchen/tests/fixtures/pylint.py:6: error: Function is untyped after decorator transformation  [misc]
- rotkehlchen/tests/fixtures/aave.py:4: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/aave.py:5: error: Function is untyped after decorator transformation  [misc]
- rotkehlchen/chain/ethereum/modules/makerdao/constants.py:4: error: Expression has type "Any"  [misc]
- rotkehlchen/chain/ethereum/modules/makerdao/constants.py:6: error: Expression has type "Any"  [misc]
- rotkehlchen/chain/ethereum/modules/makerdao/constants.py:8: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/resources.py:8: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- tools/data_faker/data_faker/mock_apis/resources.py:12: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/resources.py:15: error: Class cannot subclass "Resource" (has type "Any")  [misc]
- tools/data_faker/data_faker/mock_apis/resources.py:15: error: Base type Resource becomes "Any" due to an unfollowed import  [no-any-unimported]
- tools/data_faker/data_faker/mock_apis/resources.py:73: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/resources.py:73: error: Expression type contains "Any" (has type "Callable[[BinanceMyTradesResource, KwArg(Any)], Any]")  [misc]
- tools/data_faker/data_faker/mock_apis/resources.py:74: error: Function is untyped after decorator transformation  [misc]
- rotkehlchen/utils/mixins/lockable.py:17: error: Explicit "Any" is not allowed  [misc]
- rotkehlchen/utils/mixins/lockable.py:18: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:18: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:19: error: Type of variable becomes "Dict[int, Any]" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/utils/mixins/lockable.py:19: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/lockable.py:21: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/lockable.py:24: error: Missing type parameters for generic type "Callable"  [type-arg]
- rotkehlchen/utils/mixins/lockable.py:33: error: Missing type parameters for generic type "Callable"  [type-arg]
- rotkehlchen/utils/mixins/lockable.py:34: error: Expression type contains "Any" (has type "Callable[[LockableQueryMixIn, VarArg(Any), KwArg(Any)], Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:34: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:35: error: Explicit "Any" is not allowed  [misc]
- rotkehlchen/utils/mixins/lockable.py:35: error: Type of decorated function contains type "Any" ("Callable[[LockableQueryMixIn, VarArg(Any), KwArg(Any)], Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:40: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:41: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:43: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/lockable.py:44: error: Expression type contains "Any" (has type "Dict[int, Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:44: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/lockable.py:45: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/lockable.py:46: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/lockable.py:46: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:47: error: Expression has type "Any"  [misc]
- rotkehlchen/utils/mixins/lockable.py:49: error: Expression type contains "Any" (has type "Callable[[LockableQueryMixIn, VarArg(Any), KwArg(Any)], Any]")  [misc]
- rotkehlchen/utils/mixins/lockable.py:50: error: Expression type contains "Any" (has type "Callable[[Callable[..., Any]], Callable[..., Any]]")  [misc]
- rotkehlchen/tests/utils/ports.py:22: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:23: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:29: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:29: error: Expression type contains "Any" (has type "Generator[Any, None, None]")  [misc]
- rotkehlchen/tests/utils/ports.py:30: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:31: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:32: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:32: error: Expression type contains "Any" (has type "Union[Literal[False], Any]")  [misc]
- rotkehlchen/tests/utils/ports.py:33: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:34: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/ports.py:38: error: Expression type contains "Any" (has type "Generator[Any, None, None]")  [misc]
- rotkehlchen/chain/substrate/typing.py:154: error: Type of variable becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/chain/substrate/typing.py:158: error: Expression type contains "Any" (has type "Type[Dict[Any, Any]]")  [misc]
- rotkehlchen/chain/substrate/typing.py:159: error: Expression type contains "Any" (has type "Type[List[Any]]")  [misc]
- rotkehlchen/api/v1/parser.py:16: error: Class cannot subclass "FlaskParser" (has type "Any")  [misc]
- rotkehlchen/api/v1/parser.py:16: error: Base type FlaskParser becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:19: error: Argument 2 to "use_args" becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:19: error: Argument 3 to "use_args" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:19: error: Argument 7 to "use_args" becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:30: error: Missing type parameters for generic type "Callable"  [type-arg]
- rotkehlchen/api/v1/parser.py:36: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- rotkehlchen/api/v1/parser.py:39: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:40: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:42: error: Missing type parameters for generic type "Callable"  [type-arg]
- rotkehlchen/api/v1/parser.py:43: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- rotkehlchen/api/v1/parser.py:45: error: Expression type contains "Any" (has type "Callable[[VarArg(Any), KwArg(Any)], Callable[..., Any]]")  [misc]
- rotkehlchen/api/v1/parser.py:45: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- rotkehlchen/api/v1/parser.py:46: error: Explicit "Any" is not allowed  [misc]
- rotkehlchen/api/v1/parser.py:46: error: Type of decorated function contains type "Any" ("Callable[[VarArg(Any), KwArg(Any)], Callable[..., Any]]")  [misc]
- rotkehlchen/api/v1/parser.py:46: error: Missing type parameters for generic type "Callable"  [type-arg]
- rotkehlchen/api/v1/parser.py:47: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- rotkehlchen/api/v1/parser.py:49: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- rotkehlchen/api/v1/parser.py:50: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- rotkehlchen/api/v1/parser.py:50: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- rotkehlchen/api/v1/parser.py:50: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/api/v1/parser.py:53: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/api/v1/parser.py:54: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- rotkehlchen/api/v1/parser.py:54: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:55: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:56: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:58: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:62: error: No error code on "type: ignore" comment  [no-error-code]
- rotkehlchen/api/v1/parser.py:63: error: No error code on "type: ignore" comment  [no-error-code]
- rotkehlchen/api/v1/parser.py:65: error: Returning Any from function declared to return "Callable[..., Any]"  [no-any-return]
- rotkehlchen/api/v1/parser.py:65: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:67: error: No error code on "type: ignore" comment  [no-error-code]
- rotkehlchen/api/v1/parser.py:68: error: Expression type contains "Any" (has type "Callable[[VarArg(Any), KwArg(Any)], Callable[..., Any]]")  [misc]
- rotkehlchen/api/v1/parser.py:70: error: Expression type contains "Any" (has type "Callable[[Callable[..., Any]], Callable[..., Any]]")  [misc]
- rotkehlchen/api/v1/parser.py:72: error: No error code on "type: ignore" comment  [no-error-code]
- rotkehlchen/api/v1/parser.py:89: error: No error code on "type: ignore" comment  [no-error-code]
- rotkehlchen/api/v1/parser.py:91: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:94: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:95: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:97: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:98: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:100: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:101: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:102: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:104: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:105: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:106: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:111: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- rotkehlchen/api/v1/parser.py:111: error: Incompatible return value type (got "Optional[Any]", expected "Dict[str, Any]")  [return-value]
- rotkehlchen/api/v1/parser.py:113: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:113: error: Argument 2 to "_get_schema" becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:113: error: Argument 3 to "_get_schema" becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:121: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:122: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:124: error: Expression has type "Any"  [misc]
- rotkehlchen/api/v1/parser.py:127: error: Class cannot subclass "FlaskParser" (has type "Any")  [misc]
- rotkehlchen/api/v1/parser.py:127: error: Base type FlaskParser becomes "Any" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/api/v1/parser.py:131: error: No error code on "type: ignore" comment  [no-error-code]
- rotkehlchen/api/v1/parser.py:132: error: Missing type parameters for generic type "Tuple"  [type-arg]
- rotkehlchen/api/v1/parser.py:134: error: Missing type parameters for generic type "Mapping"  [type-arg]
- rotkehlchen/api/v1/parser.py:136: error: Missing type parameters for generic type "Tuple"  [type-arg]
- rotkehlchen/api/v1/parser.py:136: error: Missing type parameters for generic type "Mapping"  [type-arg]
- rotkehlchen/api/v1/parser.py:137: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- rotkehlchen/api/v1/parser.py:137: error: Expression type contains "Any" (has type "Tuple[Tuple[Any, ...], Mapping[Any, Any]]")  [misc]
- rotkehlchen/api/v1/parser.py:137: error: Expression type contains "Any" (has type "Mapping[Any, Any]")  [misc]
- rotkehlchen/tests/utils/mock.py:9: error: Explicit "Any" is not allowed  [misc]
- rotkehlchen/tests/utils/mock.py:13: error: Incompatible default for argument "headers" (default has type "None", argument has type "Dict[str, Any]")  [assignment]
- rotkehlchen/tests/utils/mock.py:19: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/tests/utils/mock.py:21: error: Explicit "Any" is not allowed  [misc]
- rotkehlchen/tests/utils/mock.py:22: error: Returning Any from function declared to return "Dict[str, Any]"  [no-any-return]
- rotkehlchen/tests/utils/mock.py:22: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/mock.py:33: error: Return type becomes "Dict[str, Any]" due to an unfollowed import  [no-any-unimported]
- rotkehlchen/tests/utils/mock.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- rotkehlchen/tests/utils/mock.py:42: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- rotkehlchen/tests/utils/mock.py:42: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/utils/mock.py:47: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- rotkehlchen/tests/utils/mock.py:61: error: Type of decorated function contains type "Any" ("Callable[[MockWeb3], Any]")  [misc]
- rotkehlchen/tests/pylint/test_lognokwargs.py:2: error: Module "tools.pylint" does not explicitly export attribute "LogNokwargsChecker"; implicit reexport disabled  [attr-defined]
- rotkehlchen/tests/pylint/test_disallow_not.py:2: error: Module "tools.pylint" does not explicitly export attribute "NotBooleanChecker"; implicit reexport disabled  [attr-defined]
- rotkehlchen/tests/fixtures/websockets.py:12: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- rotkehlchen/tests/fixtures/websockets.py:13: error: Missing type parameters for generic type "Deque"  [type-arg]
- rotkehlchen/tests/fixtures/websockets.py:14: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:19: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:20: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:21: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:22: error: Expression type contains "Any" (has type "deque[Any]")  [misc]
- rotkehlchen/tests/fixtures/websockets.py:22: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:23: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:26: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:28: error: Explicit "Any" is not allowed  [misc]
- rotkehlchen/tests/fixtures/websockets.py:29: error: Returning Any from function declared to return "Dict[str, Any]"  [no-any-return]
- rotkehlchen/tests/fixtures/websockets.py:29: error: Expression type contains "Any" (has type "deque[Any]")  [misc]
- rotkehlchen/tests/fixtures/websockets.py:29: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:35: error: Expression type contains "Any" (has type "deque[Any]")  [misc]
- rotkehlchen/tests/fixtures/websockets.py:39: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:41: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:42: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:44: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:47: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:47: error: Expression type contains "Any" (has type "Callable[[Any, Any], Generator[WebsocketReader, None, None]]")  [misc]
- rotkehlchen/tests/fixtures/websockets.py:48: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- rotkehlchen/tests/fixtures/websockets.py:48: error: Function is untyped after decorator transformation  [misc]
- rotkehlchen/tests/fixtures/websockets.py:52: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:53: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:54: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:55: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:58: error: Expression has type "Any"  [misc]
- rotkehlchen/tests/fixtures/websockets.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- rotkehlchen/chain/substrate/utils.py:34: error: Returning Any from function declared to return "bool"  [no-any-return]
- rotkehlchen/chain/substrate/utils.py:34: error: Expression has type "Any"  [misc]
- rotkehlchen/chain/substrate/utils.py:38: error: Returning Any from function declared to return "bool"  [no-any-return]
- rotkehlchen/chain/substrate/utils.py:38: error: Expression has type "Any"  [misc]
- rotkehlchen/chain/substrate/utils.py:78: error: Expression has type "Any"  [misc]
- rotkehlchen/chain/substrate/utils.py:83: error: Expression has type "Any"  [misc]
- rotkehlchen/chain/substrate/utils.py:85: error: Expression has type "Any"  [misc]
- tools/profiling/timer.py:28: error: Argument 2 to "signal" has incompatible type "Callable[[int, FrameType], None]"; expected "Union[Callable[[int, Optional[FrameType]], Any], int, Handlers, None]"  [arg-type]
- tools/profiling/sampler.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- tools/profiling/sampler.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- tools/profiling/sampler.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- tools/profiling/sampler.py:55: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:56: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:57: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:58: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:59: error: Returning Any from function declared to return "float"  [no-any-return]
- tools/profiling/sampler.py:59: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:62: error: Missing type parameters for generic type "IO"  [type-arg]
- tools/profiling/sampler.py:64: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:67: error: Missing type parameters for generic type "IO"  [type-arg]
- tools/profiling/sampler.py:70: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:76: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:82: error: Missing type parameters for generic type "IO"  [type-arg]
- tools/profiling/sampler.py:83: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:107: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:108: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:115: error: Missing type parameters for generic type "IO"  [type-arg]
- tools/profiling/sampler.py:116: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:120: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:121: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:124: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:129: error: Missing type parameters for generic type "IO"  [type-arg]
- tools/profiling/sampler.py:130: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:133: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:134: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:137: error: Expression type contains "Any" (has type "IO[Any]")  [misc]
- tools/profiling/sampler.py:167: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:172: error: Explicit "Any" is not allowed  [misc]
- tools/profiling/sampler.py:184: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:188: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:189: error: Returning Any from function declared to return "None"  [no-any-return]
- tools/profiling/sampler.py:189: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:193: error: Explicit "Any" is not allowed  [misc]
- tools/profiling/sampler.py:196: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:204: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:206: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:213: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- tools/profiling/sampler.py:221: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:234: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:235: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:239: error: Expression has type "Any"  [misc]
- tools/profiling/sampler.py:246: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:23: error: Expression type contains "Any" (has type "List[Tuple[str, Type[BaseResource]]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:24: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:24: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:25: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:25: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:26: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:26: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:27: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:27: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:28: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:28: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:29: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:29: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:30: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:30: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:31: error: Expression type contains "Any" (has type "Tuple[str, Type[BaseResource]]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:31: error: Expression type contains "Any" (has type "Type[BaseResource]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:58: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- tools/data_faker/data_faker/mock_apis/api.py:59: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:60: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:61: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:62: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:63: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:63: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:63: error: Expression has type "Any"  [misc]
- tools/data_faker/data_faker/mock_apis/api.py:69: error: Function is missing a type annotation for one or more arguments  [no-u```

github-actions[bot] avatar Jan 30 '22 11:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 813, in get_typeshed_dir
+     next(
+ StopIteration
+ ['click-stubs', 'types_PyYAML-6.0.3.dist-info', 'setuptools-stubs', 'pip-21.2.4.dist-info', 'setuptools', '_distutils_hack', 'setuptools-58.1.0.dist-info', 'yaml-stubs', 'pkg_resources', 'types_setuptools-57.4.8.dist-info', 'pip', 'types_click-7.1.8.dist-info', 'pkg_resources-stubs', 'distutils-precedence.pth']
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]"```

github-actions[bot] avatar Jan 30 '22 11:01 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

pandera (https://github.com/pandera-dev/pandera)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 813, in get_typeshed_dir
+     next(
+ StopIteration
+ 
+ During handling of the above exception, another exception occurred:
+ 
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 179, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 180, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 209, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 819, in get_typeshed_dir
+     raise StopIteration(
+ StopIteration: failed to find site-packages directory with basedtypeshed in it. found the following packages: <generator object get_typeshed_dir.<locals>.<genexpr> at 0x7f40485dde70>
- tests/conftest.py:19: error: Expression has type "Any"  [misc]
- tests/conftest.py:20: error: Expression has type "Any"  [misc]
- tests/conftest.py:21: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:16: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:18: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:19: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:20: error: Expression has type "Any"  [misc]
- tests/core/test_docs_setting_column_widths.py:21: error: Expression has type "Any"  [misc]
- pandera/system.py:7: error: Expression has type "Any"  [misc]
- pandera/mypy.py:15: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:17: error: Expression type contains "Any" (has type "Type[PanderaPlugin]")  [misc]
- pandera/mypy.py:29: error: Function is missing a type annotation  [no-untyped-def]
- pandera/mypy.py:33: error: Class cannot subclass "Plugin" (has type "Any")  [misc]
- pandera/mypy.py:33: error: Base type Plugin becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:50: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- pandera/mypy.py:51: error: Call to untyped function "PanderaPluginConfig" in typed context  [no-untyped-call]
- pandera/mypy.py:51: error: Expression has type "Any"  [misc]
- pandera/mypy.py:52: error: Expression has type "Any"  [misc]
- pandera/mypy.py:54: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:57: error: Expression type contains "Any" (has type "Callable[[Union[Any, Any]], Any]")  [misc]
- pandera/mypy.py:59: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:61: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/mypy.py:64: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/mypy.py:66: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:66: error: Argument 2 to "pandas_concat_callback" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:70: error: Expression has type "Any"  [misc]
- pandera/mypy.py:71: error: Expression has type "Any"  [misc]
- pandera/mypy.py:72: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:72: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Target type of cast becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:76: error: Expression has type "Any"  [misc]
- pandera/mypy.py:76: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:78: error: Expression has type "Any"  [misc]
- pandera/mypy.py:79: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:80: error: Expression has type "Any"  [misc]
- pandera/mypy.py:81: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:82: error: Expression has type "Any"  [misc]
- pandera/mypy.py:82: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:83: error: Expression has type "Any"  [misc]
- pandera/mypy.py:86: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:86: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/mypy.py:88: error: Expression has type "Any"  [misc]
- pandera/mypy.py:88: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:91: error: Return type becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:91: error: Argument 2 to "disable_pandas_function_callback" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/mypy.py:95: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression has type "Any"  [misc]
- pandera/mypy.py:96: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:97: error: Expression has type "Any"  [misc]
- pandera/mypy.py:98: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression has type "Any"  [misc]
- pandera/mypy.py:100: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/mypy.py:101: error: Expression has type "Any"  [misc]
- pandera/mypy.py:102: error: Expression has type "Any"  [misc]
- pandera/engines/type_aliases.py:9: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[Callable[..., _T]], _lru_cache_wrapper[_T]]")  [misc]
- pandera/check_utils.py:19: error: Expression type contains "Any" (has type "Callable[[], Any]")  [misc]
- pandera/check_utils.py:20: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/check_utils.py:20: error: Type of decorated function contains type "Any" ("_lru_cache_wrapper[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:22: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:23: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:23: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:24: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:25: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:30: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:31: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:31: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:32: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:32: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:33: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:33: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:39: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:39: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:40: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:40: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:41: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:41: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:42: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:42: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:48: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:48: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:49: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:49: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:50: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:50: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:55: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:56: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:57: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:58: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/check_utils.py:62: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:68: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:71: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:77: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:80: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:82: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:85: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:87: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:90: error: Function is missing a type annotation  [no-untyped-def]
- pandera/check_utils.py:92: error: Call to untyped function "is_table" in typed context  [no-untyped-call]
- pandera/check_utils.py:92: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:92: error: Call to untyped function "is_field" in typed context  [no-untyped-call]
- pandera/check_utils.py:95: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 1 to "prepare_series_check_output" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:95: error: Argument 2 to "prepare_series_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:108: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:109: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:109: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:110: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:110: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:112: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:113: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/check_utils.py:113: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:114: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:117: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:117: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:119: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/check_utils.py:119: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:121: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:123: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:128: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:131: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/check_utils.py:134: error: Return type becomes "Tuple[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 1 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 2 to "prepare_dataframe_check_output" becomes "Any" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:134: error: Argument 3 to "prepare_dataframe_check_output" becomes "Optional[Any]" due to an unfollowed import  [no-any-unimported]
- pandera/check_utils.py:146: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/check_utils.py:147: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:149: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:151: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:153: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:155: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:160: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:161: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression has type "Any"  [misc]
- pandera/check_utils.py:162: error: Expression type contains "Any" (has type "Tuple[Any, Any]")  [misc]
- pandera/inspection_utils.py:6: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:12: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:13: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:13: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:16: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:22: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:24: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:25: error: Expression type contains "Any" (has type "Type[type]")  [misc]
- pandera/inspection_utils.py:26: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/inspection_utils.py:28: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:29: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/inspection_utils.py:30: error: Expression has type "Any"  [misc]
- pandera/inspection_utils.py:30: error: Expression type contains "Any" (has type "Type[classmethod[Any]]")  [misc]
- pandera/inspection_utils.py:34: error: Missing type parameters for generic type "Callable"  [type-arg]
- pandera/inspection_utils.py:37: error: Expression type contains "Any" (has type "Callable[..., Any]")  [misc]
- pandera/errors.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Tuple[str, Any]")  [misc]
- pandera/errors.py:36: error: Expression has type "Any"  [misc]
- pandera/errors.py:36: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:37: error: Expression has type "Any"  [misc]
- pandera/errors.py:38: error: Expression has type "Any"  [misc]
- pandera/errors.py:39: error: Expression has type "Any"  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:40: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:42: error: Expression type contains "Any" (has type "Tuple[Any, ...]")  [misc]
- pandera/errors.py:43: error: Expression type contains "Any" (has type "Tuple[Callable[[Type[_T]], _T], Tuple[Type[ReducedPickleExceptionBase]], Dict[str, Any]]")  [misc]
- pandera/errors.py:46: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:50: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:50: error: Type of decorated function contains type "Any" ("Callable[[Type[ReducedPickleExceptionBase]], Any]")  [misc]
- pandera/errors.py:58: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:60: error: Call to untyped function "_unpickle_warning" of "ReducedPickleExceptionBase" in typed context  [no-untyped-call]
- pandera/errors.py:60: error: Expression has type "Any"  [misc]
- pandera/errors.py:61: error: "__setstate__" undefined in superclass  [misc]
- pandera/errors.py:61: error: Expression has type "Any"  [misc]
- pandera/errors.py:69: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:70: error: Expression has type "Any"  [misc]
- pandera/errors.py:71: error: Expression has type "Any"  [misc]
- pandera/errors.py:93: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:103: error: Expression has type "Any"  [misc]
- pandera/errors.py:104: error: Expression has type "Any"  [misc]
- pandera/errors.py:105: error: Expression has type "Any"  [misc]
- pandera/errors.py:106: error: Expression has type "Any"  [misc]
- pandera/errors.py:107: error: Expression has type "Any"  [misc]
- pandera/errors.py:108: error: Expression has type "Any"  [misc]
- pandera/errors.py:109: error: Expression has type "Any"  [misc]
- pandera/errors.py:141: error: Argument 3 to "__init__" becomes "Union[Any, Any]" due to an unfollowed import  [no-any-unimported]
- pandera/errors.py:141: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:146: error: Expression has type "Any"  [misc]
- pandera/errors.py:146: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:147: error: Call to untyped function "_message" in typed context  [no-untyped-call]
- pandera/errors.py:147: error: Expression has type "Any"  [misc]
- pandera/errors.py:148: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:149: error: Expression has type "Any"  [misc]
- pandera/errors.py:150: error: Expression has type "Any"  [misc]
- pandera/errors.py:151: error: Expression type contains "Any" (has type "Union[Any, Any]")  [misc]
- pandera/errors.py:154: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:154: error: Type of decorated function contains type "Any" ("Callable[[Any, Any], Any]")  [misc]
- pandera/errors.py:157: error: Expression has type "Any"  [misc]
- pandera/errors.py:163: error: Expression has type "Any"  [misc]
- pandera/errors.py:164: error: Expression has type "Any"  [misc]
- pandera/errors.py:166: error: Function is missing a type annotation  [no-untyped-def]
- pandera/errors.py:168: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:168: error: Expression has type "Any"  [misc]
- pandera/errors.py:170: error: Expression has type "Any"  [misc]
- pandera/errors.py:174: error: Expression has type "Any"  [misc]
- pandera/errors.py:179: error: Expression has type "Any"  [misc]
- pandera/errors.py:180: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/errors.py:183: error: Expression has type "Any"  [misc]
- pandera/errors.py:185: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:186: error: Expression has type "Any"  [misc]
- pandera/errors.py:189: error: Expression has type "Any"  [misc]
- pandera/errors.py:190: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:195: error: Expression has type "Any"  [misc]
- pandera/errors.py:196: error: Expression has type "Any"  [misc]
- pandera/errors.py:201: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/errors.py:201: error: Explicit "Any" is not allowed  [misc]
- pandera/errors.py:201: error: Type of decorated function contains type "Any" ("Callable[[List[Dict[str, Any]]], Any]")  [misc]
- pandera/errors.py:203: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:215: error: Expression type contains "Any" (has type "List[Dict[str, Any]]")  [misc]
- pandera/errors.py:216: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:216: error: Expression has type "Any"  [misc]
- pandera/errors.py:217: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/errors.py:217: error: Expression has type "Any"  [misc]
- pandera/errors.py:219: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:219: error: Expression has type "Any"  [misc]
- pandera/errors.py:221: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:222: error: Expression has type "Any"  [misc]
- pandera/errors.py:223: error: Expression has type "Any"  [misc]
- pandera/errors.py:224: error: Expression has type "Any"  [misc]
- pandera/errors.py:225: error: Expression has type "Any"  [misc]
- pandera/errors.py:226: error: Expression has type "Any"  [misc]
- pandera/errors.py:227: error: Expression has type "Any"  [misc]
- pandera/errors.py:228: error: Expression has type "Any"  [misc]
- pandera/errors.py:229: error: Expression has type "Any"  [misc]
- pandera/errors.py:232: error: Expression has type "Any"  [misc]
- pandera/errors.py:233: error: Expression has type "Any"  [misc]
- pandera/errors.py:234: error: Expression has type "Any"  [misc]
- pandera/errors.py:237: error: Expression has type "Any"  [misc]
- pandera/errors.py:238: error: Expression has type "Any"  [misc]
- pandera/errors.py:242: error: Expression has type "Any"  [misc]
- pandera/errors.py:243: error: Expression has type "Any"  [misc]
- pandera/errors.py:244: error: Expression type contains "Any" (has type "Optional[Any]")  [misc]
- pandera/errors.py:245: error: Expression has type "Any"  [misc]
- pandera/errors.py:250: error: Expression has type "Any"  [misc]
- pandera/errors.py:251: error: Expression has type "Any"  [misc]
- pandera/errors.py:252: error: Expression has type "Any"  [misc]
- pandera/errors.py:255: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:255: error: Expression has type "Any"  [misc]
- pandera/errors.py:258: error: Expression has type "Any"  [misc]
- pandera/errors.py:259: error: Expression has type "Any"  [misc]
- pandera/errors.py:260: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:260: error: Expression has type "Any"  [misc]
- pandera/errors.py:261: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:266: error: Expression has type "Any"  [misc]
- pandera/errors.py:267: error: Expression has type "Any"  [misc]
- pandera/errors.py:268: error: Expression has type "Any"  [misc]
- pandera/errors.py:269: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:271: error: Expression has type "Any"  [misc]
- pandera/errors.py:272: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/errors.py:272: error: Expression has type "Any"  [misc]
- pandera/errors.py:273: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:278: error: Expression has type "Any"  [misc]
- pandera/errors.py:279: error: Expression has type "Any"  [misc]
- pandera/errors.py:280: error: Expression has type "Any"  [misc]
- pandera/errors.py:281: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:285: error: Expression has type "Any"  [misc]
- pandera/errors.py:285: error: Expression type contains "Any" (has type "List[Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "defaultdict[Any, Any]")  [misc]
- pandera/errors.py:290: error: Expression type contains "Any" (has type "Tuple[defaultdict[Any, Any], Any]")  [misc]
- pandera/errors.py:290: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:24: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:24: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:30: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:30: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:34: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:34: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:42: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:42: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:44: error: Expression has type "Any"  [misc]
- pandera/dtypes.py:65: error: Explicit "Any" is not allowed  [misc]
- pandera/dtypes.py:66: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:67: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:80: error: Expression type contains "Any" (has type "Dict[str, Any]")  [misc]
- pandera/dtypes.py:82: error: Missing type parameters for generic type "_DataTypeClass"  [type-arg]
- pandera/dtypes.py:83: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:86: error: Function is missing a return type annotation  [no-untyped-def]
- pandera/dtypes.py:86: note: Use "-> None" if function does not return a value
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:91: error: Expression type contains "Any" (has type "Callable[[Any], Any]")  [misc]
- pandera/dtypes.py:93: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:95: error: Expression type contains "Any" (has type "Optional[Type[Any]]")  [misc]
- pandera/dtypes.py:96: error: Expression type contains "Any" (has type "Callable[[Type[Any]], Type[Any]]")  [misc]
- pandera/dtypes.py:98: error: Expression type contains "Any" (has type "Type[Any]")  [misc]
- pandera/dtypes.py:106: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:119: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:141: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:154: error: Expression type contains "Any" (has type "Union[Type[Any], Callable[[Type[Any]], Type[Any]]]")  [misc]
- pandera/dtypes.py:155: error: Unused "type: ignore" comment  [unused-ignore]
- pandera/dtypes.py:155: error: No error code on "type: ignore" comment  [no-error-code]
- pandera/dtypes.py:177: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:184: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:191: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:198: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:210: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:223: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:231: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:239: error: Expression type contains "Any" (has type "Callable[[Optional[Type[Any]], KwArg(Any)], Union[Type[Any], Callable[[Type[Any]], Type[Any]]]]")  [misc]
- pandera/dtypes.py:247: error: Expre```

github-actions[bot] avatar Jan 30 '22 12:01 github-actions[bot]

@KotlinIsland yoooooooooo

DetachHead avatar Mar 15 '22 01:03 DetachHead

Diff from mypy_primer, showing the effect of this PR on open source code:

asynq (https://github.com/quora/asynq)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 97, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 196, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 159, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 190, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 864, in get_typeshed_dir
+     packages_dirs = get_site_packages_dirs(python_executable)[1]
+ NameError: name 'get_site_packages_dirs' is not defined
- asynq/mock_.pyi:3:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/profiler.pyi:6:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/profiler.pyi:7:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tests/helpers.py:20:9: error: Usage of untyped name "label" in typed context  [no-untyped-usage]
- asynq/tests/helpers.py:20:22: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/helpers.py:23:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:24:32: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/helpers.py:27:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:28:21: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
- asynq/tests/helpers.py:29:42: error: Expression has type "Untyped"  [no-any-expr]
- asynq/debug.pyi:20:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:22:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:44:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/debug.pyi:51:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/debug.pyi:64:26: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/debug.pyi:66:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/futures.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore.helpers"  [import]
- asynq/futures.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/futures.pyi:5:1: error: Cannot find implementation or library stub for module named "qcore.events"  [import]
- asynq/futures.pyi:6:1: error: Cannot find implementation or library stub for module named "qcore.errors"  [import]
- asynq/futures.pyi:28:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/batching.pyi:11:17: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:22:21: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:23:12: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/batching.pyi:28:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/batching.pyi:30:18: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/scoped_value.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/scoped_value.pyi:21:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore.decorators"  [import]
- asynq/decorators.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/decorators.pyi:18:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:22:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:25:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:27:32: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:27:32: error: Base type DecoratorBinder becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:30:26: error: Class cannot subclass "DecoratorBase" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:30:26: error: Base type DecoratorBase becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:32:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:35: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:40:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:43: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:45:28: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:45:28: error: Base type DecoratorBinder becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:46:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:49: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:51:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:52:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:53: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:58: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:59:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:62: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:66:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:67:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:70:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:73:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:76:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:79:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:82:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:86: error: "type: ignore" comment without error code (consider "type: ignore[misc, no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:89: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:93:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:96: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:98: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:100:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:104:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:108:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:113:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:13:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:16:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:18: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/scheduler.pyi:12:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/scheduler.pyi:14:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/scheduler.pyi:21: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/generator.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/generator.pyi:9:1: error: Type of variable becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/generator.pyi:13:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/generator.pyi:24:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/generator.pyi:29:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/tools.pyi:5:1: error: Cannot find implementation or library stub for module named "qcore.events"  [import]
- asynq/tools.pyi:32:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:39:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:42:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:45:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:48:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:59:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:62:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:63:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:67:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:70:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:73:5: error: Type of variable becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/tools.pyi:78:22: error: Class cannot subclass "EventHook" (has type "Any")  [no-subclass-any]
- asynq/tools.pyi:78:22: error: Base type EventHook becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/tools.pyi:80: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/tools.pyi:82: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/tests/test_yield_result.py:21:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:24:6: error: Expression type contains "Any" (has type "() -> Untyped")  [no-any-expr]
- asynq/tests/test_yield_result.py:25:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:25:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_yield_result.py:30:9: error: Statement is unreachable  [unreachable]
- asynq/tests/test_yield_result.py:32:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:38:6: error: Expression type contains "Any" (has type "() -> Untyped")  [no-any-expr]
- asynq/tests/test_yield_result.py:39:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:39:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_yield_result.py:43:19: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:44:21: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:47:20: error: Call to untyped function "sync_incr" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:47:20: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_yield_result.py:47:20: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:53:20: error: Call to untyped function "sync_incr" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:53:20: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_yield_result.py:53:20: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:55:10: error: Call to untyped function "Profiler" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:56:13: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:57:16: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_utils.py:16:1: error: Cannot find implementation or library stub for module named "qcore.asserts"  [import]
- asynq/tests/test_utils.py:19:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_utils.py:19:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_utils.py:20:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_utils.py:22:5: error: Statement is unreachable  [unreachable]
- asynq/tests/test_tools.py:35:1: error: Cannot find implementation or library stub for module named "qcore.asserts"  [import]
- asynq/tests/test_tools.py:42:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/tests/test_tools.py:48:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:49:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:49:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:53:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:54:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:54:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:55:11: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:55:11: error: Expression type contains "Any" (has type "AsyncTask[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:55:26: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:56:12: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:59:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:60:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:60:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:61:16: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:64:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:69:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:69:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:70:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:70:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:71:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:71:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:72:28: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:72:39: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:73:34: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:73:45: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:74:34: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:75:28: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:75:39: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:75:39: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:76:34: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:76:34: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:79:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:79:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:80:38: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:80:49: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:81:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:81:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:82:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:82:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:83:48: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:83:59: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:84:36: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:84:47: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:84:47: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:87:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:87:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:88:37: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:88:48: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:89:41: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:89:52: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:90:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:90:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:91:48: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:91:59: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:94:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:94:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:95:34: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:95:45: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:96:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:96:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:97:29: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:97:40: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:98:47: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:98:58: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:101:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:101:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:102:27: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:102:35: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:103:31: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:103:43: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:104:37: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:104:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:105:31: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:108:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:108:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:109:36: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:110:38: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:111:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:112:59: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:113:61: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:117:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:118:18: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:119:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:120:14: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:120:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:121:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str"  [call-overload]
- asynq/tests/test_tools.py:122:9: note: Possible overload variants:
- asynq/tests/test_tools.py:122:9: note:     def [_T] amax(__arg, Iterable[_T], key: (_T) -> Any | None = ...) -> _T
- asynq/tests/test_tools.py:122:9: note:     def [_T] amax(*args: _T, key: (_T) -> Any | None = ...) -> _T
- asynq/tests/test_tools.py:122:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:125:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:125:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:126:39: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:127:41: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:128:58: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:129:53: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:130:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:134:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:135:18: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:136:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:137:14: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:137:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:138:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str"  [call-overload]
- asynq/tests/test_tools.py:139:9: note: Possible overload variants:
- asynq/tests/test_tools.py:139:9: note:     def [_T] amin(__arg, Iterable[_T], key: (_T) -> Any | None = ...) -> _T
- asynq/tests/test_tools.py:139:9: note:     def [_T] amin(*args: _T, key: (_T) -> Any | None = ...) -> _T
- asynq/tests/test_tools.py:139:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:148:6: error: Expression type contains "Any" (has type "(AsyncObject, Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:148:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:150:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:150:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:154:6: error: Expression type contains "Any" (has type "(AsyncObject, int, int, int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:154:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:156:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:156:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:160:6: error: Expression type contains "Any" (has type "(AsyncObject) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:160:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:162:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:162:5: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:162:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:165:6: error: Expression type contains "Any" (has type "(AsyncObject, DefaultNamedArg(int, 'arg')) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:165:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:167:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:167:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:170:6: error: Expression type contains "Any" (has type "(AsyncObject, int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:170:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:172:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:172:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:175:6: error: Expression type contains "Any" (has type "(int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:175:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:178:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:178:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:183: error: "type: ignore" comment without error code (consider "type: ignore[assignment]" instead)  [ignore-without-code]
- asynq/tests/test_tools.py:186:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:186:1:

... (truncated 2489610 lines) ...

github-actions[bot] avatar Jul 18 '22 05:07 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

more-itertools (https://github.com/more-itertools/more-itertools)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 97, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 196, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 159, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 190, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 864, in get_typeshed_dir
+     packages_dirs = get_site_packages_dirs(python_executable)[1]
+ NameError: name 'get_site_packages_dirs' is not defined
- Warning: unused section(s) in setup.cfg: [mypy-tests.*]
- more_itertools/recipes.pyi:38:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:33:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:75:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:76:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:87:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:88:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:133:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:284:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:292:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:383: error: "type: ignore" comment without error code (consider "type: ignore[override]" instead)  [ignore-without-code]
- more_itertools/more.pyi:391:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:462:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:493:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:498:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:529:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:534:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:539:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:561:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:580:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:608:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- more_itertools/more.pyi:626:5: error: Explicit "Any" is not allowed  [no-any-explicit]

bidict (https://github.com/jab/bidict)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 97, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 196, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 159, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 190, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 864, in get_typeshed_dir
+     packages_dirs = get_site_packages_dirs(python_executable)[1]
+ NameError: name 'get_site_packages_dirs' is not defined
- bidict/_typing.py:16:13: error: Expression type contains "Any" (has type "type[Iterable[Any]]")  [no-any-expr]
- bidict/_iter.py:27:8: error: Expression type contains "Any" (has type "itemgetter[(Any, Any)]")  [no-any-expr]
- bidict/_iter.py: note: In function "inverted":
- bidict/_iter.py:41:15: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
- bidict/_iter.py:42:17: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
- bidict/_iter.py:45:16: error: Expression type contains "Any" (has type "itemgetter[(Any, Any)]")  [no-any-expr]
- bidict/_base.py:40:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:50:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:51:1: error: Expression type contains "Any" (has type "type[BidictKeysView[Any]]")  [no-any-expr]
- bidict/_base.py:51:25: error: Expression type contains "Any" (has type "type[KeysView[Any]]")  [no-any-expr]
- bidict/_base.py: note: In class "BidictBase":
- bidict/_base.py:77:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:78:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:81:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:84:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:95:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py: note: In member "_set_reversed" of class "BidictBase":
- bidict/_base.py:103:24: error: Expression has type "Any"  [no-any-expr]
- bidict/_base.py:104:26: error: Expression has type "Any"  [no-any-expr]
- bidict/_base.py:110:33: error: Expression type contains "Any" (has type "type[MutableMapping[Any, Any]]")  [no-any-expr]
- bidict/_base.py:110:71: error: Expression type contains "Any" (has type "(type[MutableMapping[Any, Any]], type[MutableMapping[Any, Any]])")  [no-any-expr]
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT, Any]) -> Iterator[KT]")  [no-any-expr]
- bidict/_base.py:111:28: error: Expression type contains "Any" (has type "(BidictBase[KT, Any]) -> Iterator[KT] | None")  [no-any-expr]
- bidict/_base.py: note: In member "_ensure_inv_cls" of class "BidictBase":
- bidict/_base.py:123:12: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_base.py:123:12: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
- bidict/_base.py: note: In member "_make_inv_cls" of class "BidictBase":
- bidict/_base.py:128:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py: note: In class "BidictBase":
- bidict/_base.py:128:5: error: Type of decorated function contains type "Any" ("(type[BT], Any) -> type[BT]")  [no-any-decorated]
- bidict/_base.py: note: In member "_make_inv_cls" of class "BidictBase":
- bidict/_base.py:129:16: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py:129:16: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_base.py:130:29: error: Expression type contains "Any" (has type "(str, Any)")  [no-any-expr]
- bidict/_base.py:130:29: error: Expression has type "Any"  [no-any-expr]
- bidict/_base.py:130:30: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
- bidict/_base.py:130:38: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py:130:72: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_base.py:130:72: error: Expression type contains "Any" (has type "dict_items[str, Any]")  [no-any-expr]
- bidict/_base.py:132:20: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py:135:9: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_base.py:135:28: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py:136:27: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py:136:46: error: Expression type contains "Any" (has type "(type[BT], type[GeneratedBidictInverse])")  [no-any-expr]
- bidict/_base.py:136:77: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_base.py:137:30: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py:138:16: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:138:16: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py: note: In member "_inv_cls_dict_diff" of class "BidictBase":
- bidict/_base.py:141:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py: note: In class "BidictBase":
- bidict/_base.py:141:5: error: Type of decorated function contains type "Any" ("(type[BidictBase[KT, VT]]) -> dict[str, Any]")  [no-any-decorated]
- bidict/_base.py: note: In member "_inv_cls_dict_diff" of class "BidictBase":
- bidict/_base.py:142:16: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_base.py:143:13: error: Expression type contains "Any" (has type "(str, type[MutableMapping[Any, Any]])")  [no-any-expr]
- bidict/_base.py:143:26: error: Expression type contains "Any" (has type "type[MutableMapping[Any, Any]]")  [no-any-expr]
- bidict/_base.py:144:13: error: Expression type contains "Any" (has type "(str, type[MutableMapping[Any, Any]])")  [no-any-expr]
- bidict/_base.py:144:26: error: Expression type contains "Any" (has type "type[MutableMapping[Any, Any]]")  [no-any-expr]
- bidict/_base.py: note: In member "inverse" of class "BidictBase":
- bidict/_base.py:183:19: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
- bidict/_base.py:184:12: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
- bidict/_base.py:186:16: error: Expression type contains "Any" (has type "BidictBase[VT, KT] | Any")  [no-any-expr]
- bidict/_base.py:187:24: error: Expression type contains "Any" (has type "BidictBase[VT, KT] | Any")  [no-any-expr]
- bidict/_base.py: note: In member "__repr__" of class "BidictBase":
- bidict/_base.py:215:17: error: Expression has type "Any"  [no-any-expr]
- bidict/_base.py:216:16: error: Expression has type "Any"  [no-any-expr]
- bidict/_base.py: note: In member "keys" of class "BidictBase":
- bidict/_base.py:248:14: error: Expression type contains "Any" (has type "KeysView[Any]")  [no-any-expr]
- bidict/_base.py:249:16: error: Expression type contains "Any" (has type "KeysView[Any]")  [no-any-expr]
- bidict/_base.py: note: In member "items" of class "BidictBase":
- bidict/_base.py:265:16: error: Expression type contains "Any" (has type "ItemsView[Any, Any]")  [no-any-expr]
- bidict/_base.py: note: In member "__contains__" of class "BidictBase":
- bidict/_base.py:270:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:272:16: error: Expression has type "Any"  [no-any-expr]
- bidict/_base.py: note: In member "equals_order_sensitive" of class "BidictBase":
- bidict/_base.py:305:28: error: Expression type contains "Any" (has type "(object, object) -> Any")  [no-any-expr]
- bidict/_base.py: note: In member "copy" of class "BidictBase":
- bidict/_base.py:471:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:477:16: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py:477:33: error: Expression type contains "Any" (has type "type[BT]")  [no-any-expr]
- bidict/_base.py: note: In member "_from_other" of class "BidictBase":
- bidict/_base.py:480:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py: note: In class "BidictBase":
- bidict/_base.py:480:5: error: Type of decorated function contains type "Any" ("(type[BT], Mapping[KT, VT] | Iterable[(KT, VT)], bool) -> BT")  [no-any-decorated]
- bidict/_base.py: note: In member "_from_other" of class "BidictBase":
- bidict/_base.py:486:16: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py:487:9: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py:488:16: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:488:16: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py: note: In class "BidictBase":
- bidict/_base.py:502:16: error: Expression type contains "Any" (has type "(BT) -> BT")  [no-any-expr]
- bidict/_base.py: note: In member "__or__" of class "BidictBase":
- bidict/_base.py:504:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:507:13: error: Statement is unreachable  [unreachable]
- bidict/_base.py:508:15: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py:509:9: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py:510:16: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py: note: In member "__ror__" of class "BidictBase":
- bidict/_base.py:512:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:515:13: error: Statement is unreachable  [unreachable]
- bidict/_base.py:516:15: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py:517:9: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py:518:16: error: Expression type contains "Any" (has type "BT")  [no-any-expr]
- bidict/_base.py: note: In member "__reduce__" of class "BidictBase":
- bidict/_base.py:532:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:538:26: error: Expression type contains "Any" (has type "(type[BidictBase[Any, Any]], BidictBase[VT, KT])")  [no-any-expr]
- bidict/_base.py:538:26: error: Expression type contains "Any" (has type "(type[BidictBase[Any, Any]], object)")  [no-any-expr]
- bidict/_base.py:538:26: error: Expression type contains "Any" (has type "type[BidictBase[Any, Any]]")  [no-any-expr]
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "(type[BT], Mapping[KT, VT] | Iterable[(KT, VT)], bool) -> BT")  [no-any-expr]
- bidict/_base.py:539:16: note: Error code "no-any-expr" not covered by "type: ignore" comment
- bidict/_base.py:539:16: error: Expression type contains "Any" (has type "((type[BT], Mapping[KT, VT] | Iterable[(KT, VT)], bool) -> BT, (type[BidictBase[Any, Any]], Any (from error), bool))")  [no-any-expr]
- bidict/_base.py:539:34: error: Expression type contains "Any" (has type "(type[BidictBase[Any, Any]], Any (from error), bool)")  [no-any-expr]
- bidict/_base.py:539:35: error: Expression type contains "Any" (has type "type[BidictBase[Any, Any]]")  [no-any-expr]
- bidict/_base.py: note: In function "_fwdm_reversed":
- bidict/_base.py:543:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_base.py:545:23: error: Expression type contains "Any" (has type "BidictBase[KT, Any]")  [no-any-expr]
- bidict/_base.py:545:23: error: Expression type contains "Any" (has type "MutableMapping[KT, Any]")  [no-any-expr]
- bidict/_base.py:546:21: error: Expression type contains "Any" (has type "BidictBase[KT, Any]")  [no-any-expr]
- bidict/_frozenbidict.py: note: In member "__hash__" of class "frozenbidict":
- bidict/_frozenbidict.py:35:12: error: Expression type contains "Any" (has type "Any | None")  [no-any-expr]
- bidict/_orderedbase.py: note: In member "__set__" of class "WeakAttr":
- bidict/_orderedbase.py:42:38: error: Expression type contains "Any" (has type "ReferenceType[Any]")  [no-any-expr]
- bidict/_orderedbase.py: note: In member "__get__" of class "WeakAttr":
- bidict/_orderedbase.py:44:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_orderedbase.py:45:16: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbase.py:45:16: note: Error code "no-any-expr" not covered by "type: ignore" comment
- bidict/_orderedbase.py: note: In member "iternodes" of class "SentinelNode":
- bidict/_orderedbase.py:92:16: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbase.py:93:15: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbase.py:94:19: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbase.py:95:20: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbase.py: note: In class "OrderedBidictBase":
- bidict/_orderedbase.py:108:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_orderedbase.py:110:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_orderedbase.py: note: In member "_assoc_node" of class "OrderedBidictBase":
- bidict/_orderedbase.py:147:9: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py: note: In member "_dissoc_node" of class "OrderedBidictBase":
- bidict/_orderedbase.py:150:13: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:150:13: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbase.py: note: In member "_init_from" of class "OrderedBidictBase":
- bidict/_orderedbase.py:157:24: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:157:24: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbase.py:158:9: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbase.py:159:28: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbase.py:159:28: error: Expression type contains "Any" (has type "(Node, Any) -> None")  [no-any-expr]
- bidict/_orderedbase.py: note: In member "_prep_write" of class "OrderedBidictBase":
- bidict/_orderedbase.py:169:31: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:181:27: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:182:27: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:184:27: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:185:27: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:199:20: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:207:20: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py: note: In member "_iter" of class "OrderedBidictBase":
- bidict/_orderedbase.py:223:24: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbase.py:223:24: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbase.py:226:23: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbase.py:226:23: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbase.py:230:23: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbase.py:230:23: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbase.py:231:34: error: Expression has type "Any"  [no-any-expr]
- bidict/_named.py: note: In function "namedbidict":
- bidict/_named.py:63:28: error: Expression type contains "Any" (has type "(Any) -> str")  [no-any-expr]
- bidict/_named.py:64:28: error: Expression type contains "Any" (has type "(Any) -> str")  [no-any-expr]
- bidict/_named.py:69:31: error: Expression type contains "Any" (has type "(Any) -> Any")  [no-any-expr]
- bidict/_named.py:69:44: error: Expression has type "Any"  [no-any-expr]
- bidict/_named.py:70:31: error: Expression type contains "Any" (has type "(Any) -> Any")  [no-any-expr]
- bidict/_named.py:70:44: error: Expression has type "Any"  [no-any-expr]
- bidict/_named.py:79:9: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_named.py:79:9: error: Type of decorated function contains type "Any" ("(type[NamedBidict]) -> dict[str, Any]")  [no-any-decorated]
- bidict/_named.py:80:25: error: Expression has type "Any"  [no-any-expr]
- bidict/_named.py:81:20: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_named.py:82:19: error: Expression has type "Any"  [no-any-expr]
- bidict/_named.py:97:21: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/_named.py:97:21: error: Expression has type "Any"  [no-any-expr]
- bidict/_named.py:98:52: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py: note: In member "clear" of class "OrderedBidict":
- bidict/_orderedbidict.py:39:9: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbidict.py: note: In member "_pop" of class "OrderedBidict":
- bidict/_orderedbidict.py:44:16: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbidict.py: note: In member "popitem" of class "OrderedBidict":
- bidict/_orderedbidict.py:59:16: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:60:16: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbidict.py:60:16: error: Expression type contains "Any" (has type "bidict[Node, Any]")  [no-any-expr]
- bidict/_orderedbidict.py:60:16: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:62:20: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:62:20: error: Expression type contains "Any" (has type "(Any, VT)")  [no-any-expr]
- bidict/_orderedbidict.py:63:16: error: Expression type contains "Any" (has type "(KT, Any)")  [no-any-expr]
- bidict/_orderedbidict.py:63:34: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py: note: In member "move_to_end" of class "OrderedBidict":
- bidict/_orderedbidict.py:71:16: error: Expression type contains "Any" (has type "bidict[Any, Node]")  [no-any-expr]
- bidict/_orderedbidict.py: note: In class "_OrderedBidictKeysView":
- bidict/_orderedbidict.py:105:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_orderedbidict.py: note: In member "__reversed__" of class "_OrderedBidictKeysView":
- bidict/_orderedbidict.py:108:25: error: Expression type contains "Any" (has type "OrderedBidict[KT, Any]")  [no-any-expr]
- bidict/_orderedbidict.py: note: In function "_override_set_methods_to_use_backing_dict":
- bidict/_orderedbidict.py:123:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_orderedbidict.py:131:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_orderedbidict.py:132:9: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/_orderedbidict.py:133:20: error: Expression type contains "Any" (has type "_OrderedBidictKeysView[KT] | _OrderedBidictItemsView[KT, Any]")  [no-any-expr]
- bidict/_orderedbidict.py:133:20: error: Expression type contains "Any" (has type "OrderedBidict[KT, Any]")  [no-any-expr]
- bidict/_orderedbidict.py:133:20: error: Expression type contains "Any" (has type "MutableMapping[KT, Any]")  [no-any-expr]
- bidict/_orderedbidict.py:134:31: error: Expression type contains "Any" (has type "MutableMapping[KT, Any]")  [no-any-expr]
- bidict/_orderedbidict.py:135:24: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:135:49: error: Expression type contains "Any" (has type "_OrderedBidictKeysView[KT] | _OrderedBidictItemsView[KT, Any]")  [no-any-expr]
- bidict/_orderedbidict.py:135:56: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- bidict/_orderedbidict.py:136:30: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:137:37: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:138:20: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- bidict/_orderedbidict.py:138:49: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:138:58: error: Expression type contains "Any" (has type "_OrderedBidictKeysView[KT] | _OrderedBidictItemsView[KT, Any]")  [no-any-expr]
- bidict/_orderedbidict.py:138:58: error: Expression type contains "Any" (has type "type[_OrderedBidictKeysView[KT]] | type[_OrderedBidictItemsView[KT, Any]]")  [no-any-expr]
- bidict/_orderedbidict.py:139:24: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:139:47: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- bidict/_orderedbidict.py:144:24: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- bidict/_orderedbidict.py:144:24: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:145:29: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:146:20: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py:147:9: error: Expression type contains "Any" (has type "(_OrderedBidictKeysView[KT] | _OrderedBidictItemsView[KT, Any], VarArg(Any)) -> Any")  [no-any-expr]
- bidict/_orderedbidict.py:148:9: error: Expression type contains "Any" (has type "(_OrderedBidictKeysView[KT] | _OrderedBidictItemsView[KT, Any], VarArg(Any)) -> Any")  [no-any-expr]
- bidict/_orderedbidict.py:148:34: error: Expression type contains "Any" (has type "type[_OrderedBidictKeysView[KT]] | type[_OrderedBidictItemsView[KT, Any]]")  [no-any-expr]
- bidict/_orderedbidict.py:149:16: error: Expression type contains "Any" (has type "(_OrderedBidictKeysView[KT] | _OrderedBidictItemsView[KT, Any], VarArg(Any)) -> Any")  [no-any-expr]
- bidict/_orderedbidict.py:152:17: error: Expression type contains "Any" (has type "type[_OrderedBidictKeysView[KT]] | type[_OrderedBidictItemsView[KT, Any]]")  [no-any-expr]
- bidict/_orderedbidict.py:152:28: error: Expression has type "Any"  [no-any-expr]
- bidict/_orderedbidict.py: note: At top level:
- bidict/_orderedbidict.py:155:43: error: Expression type contains "Any" (has type "type[_OrderedBidictKeysView[Any]]")  [no-any-expr]
- bidict/_frozenordered.py: note: In class "FrozenOrderedBidict":
- bidict/_frozenordered.py:39:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- bidict/__init__.py:87:1: error: Expression has type "Any"  [no-any-expr]
- bidict/__init__.py:87:13: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- bidict/__init__.py:87:19: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- bidict/__init__.py:87:19: error: Expression type contains "Any" (has type "dict_values[str, Any]")  [no-any-expr]
- bidict/__init__.py:88:12: error: Expression type contains "Any" (has type "Any | str")  [no-any-expr]
- bidict/__init__.py:88:12: error: Expression type contains "Any" (has type "Any | bool")  [no-any-expr]
- bidict/__init__.py:88:20: error: Expression has type "Any"  [no-any-expr]
- bidict/__init__.py:91:9: error: Expression has type "Any"  [no-any-expr]

ignite (https://github.com/pytorch/ignite)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 97, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 196, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 159, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 190, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 864, in get_typeshed_dir
+     packages_dirs = get_site_packages_dirs(python_executable)[1]
+ NameError: name 'get_site_packages_dirs' is not defined
- ignite/metrics/nlp/utils.py:7:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/metrics/nlp/utils.py:20:12: error: Expression type contains "Any" (has type "Counter[Any (from omitted generics)]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:20: error: Expression type contains "Any" (has type "list[tuple[Any, ...]]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:20: error: Expression type contains "Any" (has type "list[Any (from omitted generics)]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:21: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:21: error: Expression type contains "Any" (has type "tuple[Any (from omitted generics), ...]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20

... (truncated 2487647 lines) ...

github-actions[bot] avatar Jul 20 '22 16:07 github-actions[bot]

This depends on KotlinIsland/basedtypeshed/issues/16

KotlinIsland avatar Jul 26 '22 06:07 KotlinIsland

Can we add a test that checks that third-party stub packages are used instead of basedtypeshed.

KotlinIsland avatar Jul 31 '22 03:07 KotlinIsland

Diff from mypy_primer, showing the effect of this PR on open source code:

asynq (https://github.com/quora/asynq)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 208, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 198, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 230, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 911, in get_typeshed_dir
+     raise RuntimeError(
+ RuntimeError: failed to find site-packages directory with basedtypeshed in it. found the following packages: [['basedmypy-1.5.0+dev.e9c5aed91f613c19f41641d2542e789cef8a0190.dist-info', 'basedtyping-0.0.1.dist-info', 'mypy_extensions-0.4.3.dist-info', 'typing_extensions.py', 'setuptools-58.1.0.dist-info', 'pip', '__pycache__', 'tomli-2.0.1.dist-info', 'mypy_extensions.py', 'tomli', 'distutils-precedence.pth', 'typing_extensions-4.3.0.dist-info', 'mypyc', 'setuptools', 'pip-22.0.4.dist-info', 'mypy', '_distutils_hack', 'pkg_resources', 'basedtyping']]
- asynq/mock_.pyi:3:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/profiler.pyi:6:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/profiler.pyi:7:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tests/helpers.py:20:9: error: Usage of untyped name "label" in typed context  [no-untyped-usage]
- asynq/tests/helpers.py:20:22: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/helpers.py:23:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:24:32: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/helpers.py:27:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:28:21: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
- asynq/tests/helpers.py:29:42: error: Expression has type "Untyped"  [no-any-expr]
- asynq/debug.pyi:20:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:22:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:44:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/debug.pyi:51:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/debug.pyi:64:26: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/debug.pyi:66:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/futures.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore.helpers"  [import]
- asynq/futures.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/futures.pyi:5:1: error: Cannot find implementation or library stub for module named "qcore.events"  [import]
- asynq/futures.pyi:6:1: error: Cannot find implementation or library stub for module named "qcore.errors"  [import]
- asynq/futures.pyi:28:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/batching.pyi:11:17: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:22:21: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:23:12: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/batching.pyi:28:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/batching.pyi:30:18: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/scoped_value.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/scoped_value.pyi:21:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore.decorators"  [import]
- asynq/decorators.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/decorators.pyi:18:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:22:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:25:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:27:32: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:27:32: error: Base type DecoratorBinder becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:30:26: error: Class cannot subclass "DecoratorBase" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:30:26: error: Base type DecoratorBase becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:32:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:35: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:40:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:43: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:45:28: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:45:28: error: Base type DecoratorBinder becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:46:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:49: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:51:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:52:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:53: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:58: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:59:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:62: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:66:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:67:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:70:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:73:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:76:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:79:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:82:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:86: error: "type: ignore" comment without error code (consider "type: ignore[misc, no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:89: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:93:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:96: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:98: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:100:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:104:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:108:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:113:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:13:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:16:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:18: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/scheduler.pyi:12:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/scheduler.pyi:14:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/scheduler.pyi:21: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/generator.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/generator.pyi:9:1: error: Type of variable becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/generator.pyi:13:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/generator.pyi:24:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/generator.pyi:29:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/tools.pyi:5:1: error: Cannot find implementation or library stub for module named "qcore.events"  [import]
- asynq/tools.pyi:32:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:39:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:42:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:45:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:48:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:59:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:62:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:63:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:67:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:70:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:73:5: error: Type of variable becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/tools.pyi:78:22: error: Class cannot subclass "EventHook" (has type "Any")  [no-subclass-any]
- asynq/tools.pyi:78:22: error: Base type EventHook becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/tools.pyi:80: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/tools.pyi:82: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/tests/test_yield_result.py:21:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:24:6: error: Expression type contains "Any" (has type "() -> Untyped")  [no-any-expr]
- asynq/tests/test_yield_result.py:25:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:25:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_yield_result.py:30:9: error: Statement is unreachable  [unreachable]
- asynq/tests/test_yield_result.py:32:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:38:6: error: Expression type contains "Any" (has type "() -> Untyped")  [no-any-expr]
- asynq/tests/test_yield_result.py:39:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:39:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_yield_result.py:43:19: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:44:21: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:47:20: error: Call to untyped function "sync_incr" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:47:20: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_yield_result.py:47:20: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:53:20: error: Call to untyped function "sync_incr" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:53:20: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_yield_result.py:53:20: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:55:10: error: Call to untyped function "Profiler" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:56:13: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:57:16: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_utils.py:16:1: error: Cannot find implementation or library stub for module named "qcore.asserts"  [import]
- asynq/tests/test_utils.py:19:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_utils.py:19:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_utils.py:20:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_utils.py:22:5: error: Statement is unreachable  [unreachable]
- asynq/tests/test_tools.py:35:1: error: Cannot find implementation or library stub for module named "qcore.asserts"  [import]
- asynq/tests/test_tools.py:42:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/tests/test_tools.py:48:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:49:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:49:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:53:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:54:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:54:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:55:11: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:55:11: error: Expression type contains "Any" (has type "AsyncTask[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:55:26: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:56:12: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:59:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:60:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:60:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:61:16: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:64:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:69:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:69:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:70:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:70:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:71:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:71:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:72:28: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:72:39: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:73:34: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:73:45: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:74:34: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:75:28: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:75:39: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:75:39: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:76:34: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:76:34: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:79:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:79:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:80:38: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:80:49: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:81:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:81:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:82:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:82:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:83:48: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:83:59: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:84:36: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:84:47: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:84:47: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:87:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:87:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:88:37: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:88:48: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:89:41: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:89:52: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:90:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:90:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:91:48: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:91:59: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:94:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:94:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:95:34: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:95:45: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:96:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:96:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:97:29: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:97:40: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:98:47: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:98:58: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:101:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:101:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:102:27: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:102:35: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:103:31: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:103:43: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:104:37: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:104:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:105:31: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:108:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:108:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:109:36: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:110:38: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:111:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:112:59: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:113:61: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:117:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:118:18: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:119:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:120:14: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:120:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:121:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str"  [call-overload]
- asynq/tests/test_tools.py:122:9: note: Possible overload variants:
- asynq/tests/test_tools.py:122:9: note:     def [_T] amax(__arg, Iterable[_T@amax], key: (_T@amax) -> Any | None = ...) -> _T@amax
- asynq/tests/test_tools.py:122:9: note:     def [_T] amax(*args: _T@amax, key: (_T@amax) -> Any | None = ...) -> _T@amax
- asynq/tests/test_tools.py:122:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:125:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:125:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:126:39: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:127:41: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:128:58: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:129:53: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:130:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:134:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:135:18: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:136:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:137:14: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:137:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:138:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str"  [call-overload]
- asynq/tests/test_tools.py:139:9: note: Possible overload variants:
- asynq/tests/test_tools.py:139:9: note:     def [_T] amin(__arg, Iterable[_T@amin], key: (_T@amin) -> Any | None = ...) -> _T@amin
- asynq/tests/test_tools.py:139:9: note:     def [_T] amin(*args: _T@amin, key: (_T@amin) -> Any | None = ...) -> _T@amin
- asynq/tests/test_tools.py:139:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:148:6: error: Expression type contains "Any" (has type "(AsyncObject, Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:148:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:150:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:150:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:154:6: error: Expression type contains "Any" (has type "(AsyncObject, int, int, int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:154:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:156:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:156:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:160:6: error: Expression type contains "Any" (has type "(AsyncObject) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:160:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:162:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:162:5: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:162:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:165:6: error: Expression type contains "Any" (has type "(AsyncObject, DefaultNamedArg(int, 'arg')) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:165:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:167:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:167:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:170:6: error: Expression type contains "Any" (has type "(AsyncObject, int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:170:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:172:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:172:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:175:6: error: Expression type contains "Any" (has type "(int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:175:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tool

... (truncated 195171 lines) ...

github-actions[bot] avatar Jul 31 '22 09:07 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

asynq (https://github.com/quora/asynq)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 208, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 198, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 230, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 911, in get_typeshed_dir
+     raise RuntimeError(
+ RuntimeError: failed to find site-packages directory with basedtypeshed in it. found the following packages: [['basedtyping-0.0.1.dist-info', 'mypy_extensions-0.4.3.dist-info', 'typing_extensions.py', 'setuptools-58.1.0.dist-info', 'pip', '__pycache__', 'basedmypy-1.5.0+dev.8c7cc66cd9d19ae2fff4d0024f5b0afaf812f8c6.dist-info', 'tomli-2.0.1.dist-info', 'mypy_extensions.py', 'tomli', 'distutils-precedence.pth', 'typing_extensions-4.3.0.dist-info', 'mypyc', 'setuptools', 'pip-22.0.4.dist-info', 'mypy', '_distutils_hack', 'pkg_resources', 'basedtyping']]
- asynq/mock_.pyi:3:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/profiler.pyi:6:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/profiler.pyi:7:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tests/helpers.py:20:9: error: Usage of untyped name "label" in typed context  [no-untyped-usage]
- asynq/tests/helpers.py:20:22: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/helpers.py:23:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:24:32: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/helpers.py:27:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/helpers.py:28:21: error: Incompatible types in assignment (expression has type "float", variable has type "int")  [assignment]
- asynq/tests/helpers.py:29:42: error: Expression has type "Untyped"  [no-any-expr]
- asynq/debug.pyi:20:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:22:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/debug.pyi:44:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/debug.pyi:51:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/debug.pyi:64:26: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/debug.pyi:66:1: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
- asynq/futures.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore.helpers"  [import]
- asynq/futures.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/futures.pyi:5:1: error: Cannot find implementation or library stub for module named "qcore.events"  [import]
- asynq/futures.pyi:6:1: error: Cannot find implementation or library stub for module named "qcore.errors"  [import]
- asynq/futures.pyi:28:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/batching.pyi:11:17: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:22:21: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/batching.pyi:23:12: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/batching.pyi:28:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/batching.pyi:30:18: error: Missing type parameters for generic type "BatchBase"  [type-arg]
- asynq/scoped_value.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/scoped_value.pyi:21:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore.decorators"  [import]
- asynq/decorators.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/decorators.pyi:18:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:22:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:25:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:27:32: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:27:32: error: Base type DecoratorBinder becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:30:26: error: Class cannot subclass "DecoratorBase" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:30:26: error: Base type DecoratorBase becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:32:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:35: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:40:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:43: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:45:28: error: Class cannot subclass "DecoratorBinder" (has type "Any")  [no-subclass-any]
- asynq/decorators.pyi:45:28: error: Base type DecoratorBinder becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/decorators.pyi:46:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:49: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:51:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:52:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:53: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:58: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:59:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:62: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:66:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:67:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:70:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:73:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:76:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:79:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:82:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:86: error: "type: ignore" comment without error code (consider "type: ignore[misc, no-any-explicit]" instead)  [ignore-without-code]
- asynq/decorators.pyi:89: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:93:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:96: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/decorators.pyi:98: error: Unused "type: ignore" comment  [unused-ignore]
- asynq/decorators.pyi:100:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:104:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:108:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/decorators.pyi:113:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:13:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:16:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/async_task.pyi:18: error: Missing type parameters for generic type "GeneratorType"  [type-arg]
- asynq/scheduler.pyi:12:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/scheduler.pyi:14:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/scheduler.pyi:21: error: Missing type parameters for generic type "FutureBase"  [type-arg]
- asynq/generator.pyi:1:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/generator.pyi:9:1: error: Type of variable becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/generator.pyi:13:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/generator.pyi:24:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/generator.pyi:29:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:4:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/tools.pyi:5:1: error: Cannot find implementation or library stub for module named "qcore.events"  [import]
- asynq/tools.pyi:32:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:39:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:42:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:45:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:48:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:59:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:62:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:63:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:67:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:70:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- asynq/tools.pyi:73:5: error: Type of variable becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/tools.pyi:78:22: error: Class cannot subclass "EventHook" (has type "Any")  [no-subclass-any]
- asynq/tools.pyi:78:22: error: Base type EventHook becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- asynq/tools.pyi:80: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/tools.pyi:82: error: "type: ignore" comment without error code (consider "type: ignore[no-any-explicit]" instead)  [ignore-without-code]
- asynq/tests/test_yield_result.py:21:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:24:6: error: Expression type contains "Any" (has type "() -> Untyped")  [no-any-expr]
- asynq/tests/test_yield_result.py:25:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:25:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_yield_result.py:30:9: error: Statement is unreachable  [unreachable]
- asynq/tests/test_yield_result.py:32:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:38:6: error: Expression type contains "Any" (has type "() -> Untyped")  [no-any-expr]
- asynq/tests/test_yield_result.py:39:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_yield_result.py:39:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_yield_result.py:43:19: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:44:21: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:47:20: error: Call to untyped function "sync_incr" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:47:20: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_yield_result.py:47:20: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:53:20: error: Call to untyped function "sync_incr" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:53:20: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_yield_result.py:53:20: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:55:10: error: Call to untyped function "Profiler" in typed context  [no-untyped-call]
- asynq/tests/test_yield_result.py:56:13: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_yield_result.py:57:16: error: Expression has type "Any (unannotated)"  [no-any-expr]
- asynq/tests/test_utils.py:16:1: error: Cannot find implementation or library stub for module named "qcore.asserts"  [import]
- asynq/tests/test_utils.py:19:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_utils.py:19:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_utils.py:20:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_utils.py:22:5: error: Statement is unreachable  [unreachable]
- asynq/tests/test_tools.py:35:1: error: Cannot find implementation or library stub for module named "qcore.asserts"  [import]
- asynq/tests/test_tools.py:42:1: error: Cannot find implementation or library stub for module named "qcore"  [import]
- asynq/tests/test_tools.py:48:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:49:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:49:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:53:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:54:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:54:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:55:11: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:55:11: error: Expression type contains "Any" (has type "AsyncTask[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:55:26: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:56:12: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:59:2: error: Expression type contains "Any" (has type "(Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:60:1: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:60:1: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:61:16: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:64:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:69:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:69:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:70:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:70:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:71:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:71:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:72:28: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:72:39: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:73:34: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:73:45: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:74:34: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:75:28: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:75:39: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:75:39: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:76:34: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:76:34: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:79:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:79:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:80:38: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:80:49: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:81:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:81:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:82:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:82:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:83:48: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:83:59: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:84:36: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:84:47: error: Call to untyped function "gen" in typed context  [no-untyped-call]
- asynq/tests/test_tools.py:84:47: error: Expression has type "Untyped"  [no-any-expr]
- asynq/tests/test_tools.py:87:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:87:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:88:37: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:88:48: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:89:41: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:89:52: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:90:42: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:90:53: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:91:48: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:91:59: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:94:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:94:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:95:34: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:95:45: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:96:33: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:96:44: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:97:29: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:97:40: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:98:47: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:98:58: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:101:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:101:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:102:27: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:102:35: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:103:31: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:103:43: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:104:37: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:104:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:105:31: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:108:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:108:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:109:36: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:110:38: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:111:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:112:59: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:113:61: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:117:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:118:18: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:119:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:120:14: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:120:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:121:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:122:9: error: No overload variant of "amax" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str"  [call-overload]
- asynq/tests/test_tools.py:122:9: note: Possible overload variants:
- asynq/tests/test_tools.py:122:9: note:     def [_T] amax(__arg, Iterable[_T@amax], key: (_T@amax) -> Any | None = ...) -> _T@amax
- asynq/tests/test_tools.py:122:9: note:     def [_T] amax(*args: _T@amax, key: (_T@amax) -> Any | None = ...) -> _T@amax
- asynq/tests/test_tools.py:122:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:125:1: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:125:1: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:126:39: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:127:41: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:128:58: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:129:53: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:130:55: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:134:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:135:18: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:136:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:137:14: error: Expression type contains "Any" (has type "list[Any]")  [no-any-expr]
- asynq/tests/test_tools.py:137:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:138:10: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- asynq/tests/test_tools.py:139:9: error: No overload variant of "amin" matches argument types "list[<nothing>]", "AsyncDecorator[Any (unannotated)]", "str"  [call-overload]
- asynq/tests/test_tools.py:139:9: note: Possible overload variants:
- asynq/tests/test_tools.py:139:9: note:     def [_T] amin(__arg, Iterable[_T@amin], key: (_T@amin) -> Any | None = ...) -> _T@amin
- asynq/tests/test_tools.py:139:9: note:     def [_T] amin(*args: _T@amin, key: (_T@amin) -> Any | None = ...) -> _T@amin
- asynq/tests/test_tools.py:139:22: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:148:6: error: Expression type contains "Any" (has type "(AsyncObject, Untyped) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:148:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:150:5: error: Function is missing a type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:150:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:154:6: error: Expression type contains "Any" (has type "(AsyncObject, int, int, int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:154:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:156:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:156:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:160:6: error: Expression type contains "Any" (has type "(AsyncObject) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:160:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:162:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:162:5: note: Use "-> None" if function does not return a value
- asynq/tests/test_tools.py:162:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:165:6: error: Expression type contains "Any" (has type "(AsyncObject, DefaultNamedArg(int, 'arg')) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:165:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:167:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:167:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:170:6: error: Expression type contains "Any" (has type "(AsyncObject, int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:170:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tools.py:172:5: error: Function is missing a return type annotation  [no-untyped-def]
- asynq/tests/test_tools.py:172:5: error: Type of decorated function contains type "Any" ("AsyncDecorator[Any (unannotated)]")  [no-any-decorated]
- asynq/tests/test_tools.py:175:6: error: Expression type contains "Any" (has type "(int) -> Untyped")  [no-any-expr]
- asynq/tests/test_tools.py:175:6: error: Expression type contains "Any" (has type "AsyncDecorator[Any (unannotated)]")  [no-any-expr]
- asynq/tests/test_tool

... (truncated 195171 lines) ...

github-actions[bot] avatar Jul 31 '22 09:07 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

ignite (https://github.com/pytorch/ignite)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 96, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 208, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 198, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 230, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 909, in get_typeshed_dir
+     raise RuntimeError(
+ RuntimeError: failed to find site-packages directory with basedtypeshed in it. found the following packages: [['basedtyping-0.0.1.dist-info', 'mypy_extensions-0.4.3.dist-info', 'typing_extensions.py', 'setuptools-58.1.0.dist-info', 'pip', '__pycache__', 'tomli-2.0.1.dist-info', 'mypy_extensions.py', 'tomli', 'distutils-precedence.pth', 'typing_extensions-4.3.0.dist-info', 'basedmypy-1.5.0+dev.06024bc449b09382a1bae687dd8bc9d29f5c48c6.dist-info', 'mypyc', 'setuptools', 'pip-22.0.4.dist-info', 'mypy', '_distutils_hack', 'pkg_resources', 'basedtyping']]
- ignite/metrics/nlp/utils.py:7:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/metrics/nlp/utils.py:20:12: error: Expression type contains "Any" (has type "Counter[Any (from omitted generics)]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:20: error: Expression type contains "Any" (has type "list[tuple[Any, ...]]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:20: error: Expression type contains "Any" (has type "list[Any (from omitted generics)]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:21: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:21: error: Expression type contains "Any" (has type "tuple[Any (from omitted generics), ...]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:27: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:23:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/metrics/nlp/utils.py:37:13: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:38:13: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:46:18: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:46:18: error: Expression has type "Any"  [no-any-expr]
- ignite/metrics/nlp/utils.py:54:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/metrics/nlp/utils.py:79:14: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:79:21: error: Expression has type "Any"  [no-any-expr]
- ignite/metrics/nlp/utils.py:83:5: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:83:22: error: Expression type contains "Any" (has type "Sequence[Sequence[Any]]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:84:9: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:84:30: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:87:22: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:16: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:16: error: Expression type contains "Any" (has type "dict_values[Untyped, int]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:16: error: Argument 1 to "sum" has incompatible type "dict_values[Untyped, int]"; expected "Iterable[bool | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -1 | -2 | -3 | -4 | -5 | -6 | -7 | -8 | -9 | -10 | -11 | -12 | -13 | -14 | -15 | -16 | -17 | -18 | -19 | -20 | 0]"  [arg-type]
- ignite/base/mixins.py:14:27: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:17:9: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:17:18: error: Expression type contains "Any" (has type "tuple[Untyped, ...]")  [no-any-expr]
- ignite/base/mixins.py:18:16: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:18:25: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:20:21: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:20:21: error: Expression type contains "Any" (has type "KeysView[Untyped]")  [no-any-expr]
- ignite/base/mixins.py:20:89: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:22:16: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:22:22: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:22:42: error: Expression type contains "Any" (has type "tuple[Untyped, ...]")  [no-any-expr]
- ignite/base/mixins.py:24:30: error: Expression type contains "Any" (has type "tuple[Untyped, ...]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:5:1: error: Cannot find implementation or library stub for module named "torch"  [import]
- ignite/distributed/comp_models/base.py:60:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:60:5: error: Type of decorated function contains type "Any" ("(ComputationModel) -> Any (from unimported type)")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:78:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:78:5: error: Type of decorated function contains type "Any" ("(str, KwArg(Any)) -> ComputationModel")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:83:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:83:5: error: Type of decorated function contains type "Any" ("(VarArg(Any), KwArg(Any)) -> None")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:86:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:89:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:89:5: error: Argument 2 to "_encode_str" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:89:5: error: Type of decorated function contains type "Any" ("(str, Any (from unimported type), int) -> Any (from unimported type)")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:90:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:91:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:92:9: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:93:9: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:95:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:97:5: error: Argument 3 to "_get_max_length" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:98:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:99:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:100:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:103:5: error: Argument 1 to "_encode_input_data" becomes "Any (from unimported type) | float | str | None" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:103:5: error: Type of decorated function contains type "Any" ("(Any (from unimported type) | float | str | None, bool) -> list[int]")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:109:23: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:109:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:110:21: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:111:25: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:112:27: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:114:25: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:116:25: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:121:5: error: Return type becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:121:5: error: Argument 2 to "_decode_as_placeholder" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:121:5: error: Type of decorated function contains type "Any" ("(list[int], Any (from unimported type)) -> Any (from unimported type) | float | str")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:128:21: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:129:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:129:60: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:137:5: error: Return type becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:137:5: error: Argument 2 to "_setup_placeholder" becomes "Any (from unimported type) | float | str | None" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:137:5: error: Argument 3 to "_setup_placeholder" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:141:56: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:142:33: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:145:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:147:20: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:149:23: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:150:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:150:44: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:153:5: error: Argument 1 to "_decode_str" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:153:5: error: Type of decorated function contains type "Any" ("(Any (from unimported type)) -> list[str]")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:155:15: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:158:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:158:5: error: Argument 2 to "_apply_op" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:158:5: error: Argument 3 to "_apply_op" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:158:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:165:12: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:166:29: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:167:22: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:169:12: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:171:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:171:36: error: Expression type contains "Any" (has type "(Any (from unimported type), Any (from unimported type))")  [no-any-expr]
- ignite/distributed/comp_models/base.py:172:29: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:173:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:173:36: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:18: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:21: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:30: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:38: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:177:12: error: Expression type contains "Any" (has type "Any (from unimported type) | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:178:20: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:178:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:179:12: error: Expression type contains "Any" (has type "Any (from unimported type) | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:180:20: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:180:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:181:12: error: Expression type contains "Any" (has type "Any (from unimported type) | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:182:20: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:182:37: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:183:16: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:185:5: error: Return type becomes "Any (from unimported type) | float | list[float] | list[str]" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:185:5: error: Argument 2 to "_collective_op" becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:185:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:189:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:190:23: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:192:22: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:192:64: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:193:25: error: Expression type contains "Any" (has type "Any (from unimported type) | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:195:55: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:196:47: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:49: error: Expression type contains "Any" (has type "(...) -> Untyped")  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:54: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:62: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:201:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:202:24: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:204:24: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:206:37: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:207:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:209:5: error: Return type becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:209:5: error: Argument 2 to "all_reduce" becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:210:27: error: Expression type contains "Any" (has type "Any (from unimported type) | float")  [no-any-expr]
- ignite/distributed/comp_models/base.py:210:35: error: Expression type contains "Any" (has type "(Any (from unimported type), type[Number])")  [no-any-expr]
- ignite/distributed/comp_models/base.py:210:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:213:16: error: Target type of cast becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:213:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float")  [no-any-expr]
- ignite/distributed/comp_models/base.py:213:69: error: Expression type contains "Any" (has type "Any (from unimported type) | Number")  [no-any-expr]
- ignite/distributed/comp_models/base.py:213:77: error: Expression type contains "Any" (has type "(Any (from unimported type), str) -> Any (from unimported type)")  [no-any-expr]
- ignite/distributed/comp_models/base.py:215:5: error: Return type becomes "Any (from unimported type) | float | list[float] | list[str]" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:215:5: error: Argument 2 to "all_gather" becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:216:27: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:216:35: error: Expression type contains "Any" (has type "(Any (from unimported type), type[Number], type[str])")  [no-any-expr]
- ignite/distributed/comp_models/base.py:216:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:219:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float | list[float] | list[str]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:219:36: error: Expression type contains "Any" (has type "Any (from unimported type) | Number | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:219:44: error: Expression type contains "Any" (has type "(Any (from unimported type)) -> Any (from unimported type)")  [no-any-expr]
- ignite/distributed/comp_models/base.py:221:5: error: Return type becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:221:5: error: Argument 2 to "broadcast" becomes "Any (from unimported type) | float | str | None" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:224:28: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:224:36: error: Expression type contains "Any" (has type "(Any (from unimported type), type[Number], type[str])")  [no-any-expr]
- ignite/distributed/comp_models/base.py:224:37: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:228:12: error: Expression type contains "Any" (has type "Any (from unimported type) | Number | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:234:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:238:46: error: Expression type contains "Any" (has type "Any (from unimported type) | Number | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:238:54: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:240:12: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | Number | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:243:23: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | Number")  [no-any-expr]
- ignite/distributed/comp_models/base.py:246:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:248:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:249:25: error: Expression type contains "Any" (has type "Any (from unimported type) | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:251:55: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:253:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:255:51: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:257:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:257:49: error: Expression type contains "Any" (has type "(Any (from unimported type), int) -> Any (from unimported type)")  [no-any-expr]
- ignite/distributed/comp_models/base.py:260:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:262:41: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:264:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:267:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:267:5: error: Argument 2 to "_do_all_reduce" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:267:5: error: Type of decorated function contains type "Any" ("(ComputationModel, Any (from unimported type), str) -> Any (from unimported type)")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:271:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:271:5: error: Argument 2 to "_do_all_gather" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:271:5: error: Type of decorated function contains type "Any" ("(ComputationModel, Any (from unimported type)) -> Any (from unimported type)")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:275:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:275:5: error: Argument 2 to "_do_broadcast" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:275:5: error: Type of decorated function contains type "Any" ("(ComputationModel, Any (from unimported type), int) -> Any (from unimported type)")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:289:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:290:15: error: Expression type contains "Any" (has type "type[_SerialModel]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:310:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:311:12: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:312:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:313:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:329:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:329:5: error: Type of decorated function contains type "Any" ("(str | None, KwArg(Any)) -> _SerialModel")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:333:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:333:5: error: Type of decorated function contains type "Any" ("(VarArg(Any), KwArg(Any)) -> None")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:336:5: error: Return type becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:336:5: error: Argument 2 to "all_reduce" becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:337:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float")  [no-any-expr]
- ignite/distributed/comp_models/base.py:339:5: error: Return type becomes "Any (from unimported type) | float | list[float] | list[str]" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:339:5: error: Argument 2 to "all_gather" becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:340:23: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:340:31: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:341:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:342:53: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:344:5: error: Return type becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:344:5: error: Argument 2 to "broadcast" becomes "Any (from unimported type) | float | str | None" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:347:12: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:349:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:351:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:351:5: error: Argument 2 to "_do_all_reduce" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:352:16: error: Expression has type "Any (from unimported type)"  [no-any-ex

... (truncated 195223 lines) ...

github-actions[bot] avatar Jul 31 '22 14:07 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

ignite (https://github.com/pytorch/ignite)
+ Traceback (most recent call last):
+   File "/tmp/mypy_primer/new_mypy/venv/bin/mypy", line 8, in <module>
+     sys.exit(console_entry())
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/__main__.py", line 12, in console_entry
+     main(None, sys.stdout, sys.stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 95, in main
+     res, messages, blockers = run_build(sources, options, fscache, t0, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/main.py", line 207, in run_build
+     res = build.build(sources, options, None, flush_errors, fscache, stdout, stderr)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 201, in build
+     result = _build(
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/build.py", line 233, in _build
+     typeshed_dir = get_typeshed_dir(options.python_executable)
+   File "/tmp/mypy_primer/new_mypy/venv/lib/python3.10/site-packages/mypy/modulefinder.py", line 863, in get_typeshed_dir
+     raise RuntimeError(
+ RuntimeError: failed to find site-packages directory with basedtypeshed in it. found the following packages: [['basedtyping-0.0.1.dist-info', 'mypy_extensions-0.4.3.dist-info', 'typing_extensions.py', 'pip', 'setuptools-63.2.0.dist-info', '__pycache__', 'tomli-2.0.1.dist-info', 'mypy_extensions.py', 'tomli', 'distutils-precedence.pth', 'typing_extensions-4.3.0.dist-info', 'mypyc', 'setuptools', 'pip-22.2.1.dist-info', 'mypy', '_distutils_hack', 'basedmypy-1.5.0+dev.8409bb3dac91b5222a578bc4bf0c8eb0e7dfb12b.dist-info', 'pkg_resources', 'basedtyping']]
- ignite/metrics/nlp/utils.py:7:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/metrics/nlp/utils.py:20:12: error: Expression type contains "Any" (has type "Counter[Any (from omitted generics)]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:20: error: Expression type contains "Any" (has type "list[tuple[Any, ...]]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:20: error: Expression type contains "Any" (has type "list[Any (from omitted generics)]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:21: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:21: error: Expression type contains "Any" (has type "tuple[Any (from omitted generics), ...]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:27: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:20:67: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:23:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/metrics/nlp/utils.py:37:13: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:38:13: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:46:18: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:46:18: error: Expression has type "Any"  [no-any-expr]
- ignite/metrics/nlp/utils.py:46:34: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:46:34: error: Expression has type "Any"  [no-any-expr]
- ignite/metrics/nlp/utils.py:54:1: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/metrics/nlp/utils.py:79:14: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:79:21: error: Expression has type "Any"  [no-any-expr]
- ignite/metrics/nlp/utils.py:83:5: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:83:22: error: Expression type contains "Any" (has type "Sequence[Sequence[Any]]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:84:9: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:84:23: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:84:30: error: Expression type contains "Any" (has type "Sequence[Any]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:87:22: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:87:31: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:16: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:16: error: Expression type contains "Any" (has type "dict_values[Untyped, int]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:16: error: Argument 1 to "sum" has incompatible type "dict_values[Untyped, int]"; expected "Iterable[bool | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -1 | -2 | -3 | -4 | -5 | -6 | -7 | -8 | -9 | -10 | -11 | -12 | -13 | -14 | -15 | -16 | -17 | -18 | -19 | -20 | 0]"  [arg-type]
- ignite/metrics/nlp/utils.py:89:46: error: Expression type contains "Any" (has type "Counter[Untyped]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:46: error: Expression type contains "Any" (has type "dict_values[Untyped, int]")  [no-any-expr]
- ignite/metrics/nlp/utils.py:89:46: error: Argument 1 to "sum" has incompatible type "dict_values[Untyped, int]"; expected "Iterable[bool | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -1 | -2 | -3 | -4 | -5 | -6 | -7 | -8 | -9 | -10 | -11 | -12 | -13 | -14 | -15 | -16 | -17 | -18 | -19 | -20 | 0]"  [arg-type]
- ignite/base/mixins.py:14:27: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:17:9: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:17:18: error: Expression type contains "Any" (has type "tuple[Untyped, ...]")  [no-any-expr]
- ignite/base/mixins.py:18:16: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:18:25: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:20:21: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:20:21: error: Expression type contains "Any" (has type "KeysView[Untyped]")  [no-any-expr]
- ignite/base/mixins.py:20:89: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:22:16: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:22:17: error: Expression has type "Untyped"  [no-any-expr]
- ignite/base/mixins.py:22:22: error: Expression type contains "Any" (has type "Mapping[Untyped, Untyped]")  [no-any-expr]
- ignite/base/mixins.py:22:42: error: Expression type contains "Any" (has type "tuple[Untyped, ...]")  [no-any-expr]
- ignite/base/mixins.py:24:30: error: Expression type contains "Any" (has type "tuple[Untyped, ...]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:5:1: error: Cannot find implementation or library stub for module named "torch"  [import]
- ignite/distributed/comp_models/base.py:60:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:60:5: error: Type of decorated function contains type "Any" ("(ComputationModel) -> Any (from unimported type)")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:78:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:78:5: error: Type of decorated function contains type "Any" ("(str, KwArg(Any)) -> ComputationModel")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:83:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:83:5: error: Type of decorated function contains type "Any" ("(VarArg(Any), KwArg(Any)) -> None")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:86:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:89:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:89:5: error: Argument 2 to "_encode_str" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:89:5: error: Type of decorated function contains type "Any" ("(str, Any (from unimported type), int) -> Any (from unimported type)")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:90:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:90:55: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:91:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:91:49: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:91:63: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:92:9: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:92:24: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:92:33: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:93:9: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:93:28: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:95:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:97:5: error: Argument 3 to "_get_max_length" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:98:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:98:46: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:99:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:99:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:100:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:103:5: error: Argument 1 to "_encode_input_data" becomes "Any (from unimported type) | float | str | None" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:103:5: error: Type of decorated function contains type "Any" ("(Any (from unimported type) | float | str | None, bool) -> list[int]")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:109:23: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:109:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:110:21: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:111:25: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:112:27: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:112:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:114:25: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:116:25: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:121:5: error: Return type becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:121:5: error: Argument 2 to "_decode_as_placeholder" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:121:5: error: Type of decorated function contains type "Any" ("(list[int], Any (from unimported type)) -> Any (from unimported type) | float | str")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:128:21: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:129:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:129:46: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:129:60: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:137:5: error: Return type becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:137:5: error: Argument 2 to "_setup_placeholder" becomes "Any (from unimported type) | float | str | None" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:137:5: error: Argument 3 to "_setup_placeholder" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:141:56: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:142:33: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:142:53: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:142:95: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:145:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:147:20: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:149:23: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:150:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:150:44: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:150:57: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:153:5: error: Argument 1 to "_decode_str" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:153:5: error: Type of decorated function contains type "Any" ("(Any (from unimported type)) -> list[str]")  [no-any-decorated]
- ignite/distributed/comp_models/base.py:155:15: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:155:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:155:30: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:155:72: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:158:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:158:5: error: Argument 2 to "_apply_op" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:158:5: error: Argument 3 to "_apply_op" becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:158:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:165:12: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:165:29: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:166:29: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:167:22: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:167:32: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:169:12: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:171:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:171:36: error: Expression type contains "Any" (has type "(Any (from unimported type), Any (from unimported type))")  [no-any-expr]
- ignite/distributed/comp_models/base.py:171:37: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:171:52: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:172:29: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:173:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:173:36: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:18: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:21: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:30: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:175:38: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:177:12: error: Expression type contains "Any" (has type "Any (from unimported type) | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:177:38: error: Expression type contains "Any" (has type "Any (from unimported type) | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:178:20: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:178:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:178:54: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:179:12: error: Expression type contains "Any" (has type "Any (from unimported type) | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:180:20: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:180:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:181:12: error: Expression type contains "Any" (has type "Any (from unimported type) | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:182:20: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:182:37: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:183:16: error: Expression has type "Untyped"  [no-any-expr]
- ignite/distributed/comp_models/base.py:185:5: error: Return type becomes "Any (from unimported type) | float | list[float] | list[str]" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:185:5: error: Argument 2 to "_collective_op" becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:185:5: error: Explicit "Any" is not allowed  [no-any-explicit]
- ignite/distributed/comp_models/base.py:189:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:190:23: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:192:22: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:192:50: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:192:64: error: Expression has type "Any"  [no-any-expr]
- ignite/distributed/comp_models/base.py:193:25: error: Expression type contains "Any" (has type "Any (from unimported type) | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:195:55: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:196:47: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:33: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:41: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:49: error: Expression type contains "Any" (has type "(...) -> Untyped")  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:54: error: Expression type contains "Any" (has type "tuple[Any, ...]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:198:62: error: Expression type contains "Any" (has type "dict[str, Any]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:201:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:202:24: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:204:24: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:206:37: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:207:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:209:5: error: Return type becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:209:5: error: Argument 2 to "all_reduce" becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:210:27: error: Expression type contains "Any" (has type "Any (from unimported type) | float")  [no-any-expr]
- ignite/distributed/comp_models/base.py:210:35: error: Expression type contains "Any" (has type "(Any (from unimported type), type[Number])")  [no-any-expr]
- ignite/distributed/comp_models/base.py:210:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:213:16: error: Target type of cast becomes "Any (from unimported type) | float" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:213:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float")  [no-any-expr]
- ignite/distributed/comp_models/base.py:213:69: error: Expression type contains "Any" (has type "Any (from unimported type) | Number")  [no-any-expr]
- ignite/distributed/comp_models/base.py:213:77: error: Expression type contains "Any" (has type "(Any (from unimported type), str) -> Any (from unimported type)")  [no-any-expr]
- ignite/distributed/comp_models/base.py:215:5: error: Return type becomes "Any (from unimported type) | float | list[float] | list[str]" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:215:5: error: Argument 2 to "all_gather" becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:216:27: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:216:35: error: Expression type contains "Any" (has type "(Any (from unimported type), type[Number], type[str])")  [no-any-expr]
- ignite/distributed/comp_models/base.py:216:36: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:219:16: error: Expression type contains "Any" (has type "Any (from unimported type) | float | list[float] | list[str]")  [no-any-expr]
- ignite/distributed/comp_models/base.py:219:36: error: Expression type contains "Any" (has type "Any (from unimported type) | Number | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:219:44: error: Expression type contains "Any" (has type "(Any (from unimported type)) -> Any (from unimported type)")  [no-any-expr]
- ignite/distributed/comp_models/base.py:221:5: error: Return type becomes "Any (from unimported type) | float | str" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:221:5: error: Argument 2 to "broadcast" becomes "Any (from unimported type) | float | str | None" due to an unfollowed import  [no-any-unimported]
- ignite/distributed/comp_models/base.py:224:28: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:224:36: error: Expression type contains "Any" (has type "(Any (from unimported type), type[Number], type[str])")  [no-any-expr]
- ignite/distributed/comp_models/base.py:224:37: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:228:12: error: Expression type contains "Any" (has type "Any (from unimported type) | Number | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:234:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:238:46: error: Expression type contains "Any" (has type "Any (from unimported type) | Number | str | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:238:54: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:240:12: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | Number | None")  [no-any-expr]
- ignite/distributed/comp_models/base.py:243:23: error: Expression type contains "Any" (has type "Any (from unimported type) | float | str | Number")  [no-any-expr]
- ignite/distributed/comp_models/base.py:246:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:246:48: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:246:62: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:248:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:248:56: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:248:70: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:249:25: error: Expression type contains "Any" (has type "Any (from unimported type) | str")  [no-any-expr]
- ignite/distributed/comp_models/base.py:251:55: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:253:26: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:253:64: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:253:78: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:255:51: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:257:18: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:257:33: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:257:41: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:257:49: error: Expression type contains "Any" (has type "(Any (from unimported type), int) -> Any (from unimported type)")  [no-any-expr]
- ignite/distributed/comp_models/base.py:260:20: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:262:41: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:264:16: error: Expression has type "Any (from unimported type)"  [no-any-expr]
- ignite/distributed/comp_models/base.py:267:5: error: Return type becomes "Any (from unimported type)" due to an unfollowed import  [no-any-unimp

... (truncated 2086924 lines) ...

github-actions[bot] avatar Aug 14 '22 11:08 github-actions[bot]