Skip to content

CI latest ipython broke typing #50543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MarcoGorelli opened this issue Jan 3, 2023 · 0 comments · Fixed by #50544
Closed

CI latest ipython broke typing #50543

MarcoGorelli opened this issue Jan 3, 2023 · 0 comments · Fixed by #50544
Milestone

Comments

@MarcoGorelli
Copy link
Member


mypy.....................................................................Failed
- hook id: mypy
- duration: 180.87s
- exit code: 1

pandas/io/formats/printing.py:264: error: Incompatible types in assignment (expression has type "str", base class "BaseFormatter" defined the type as "ObjectName")  [assignment]
pandas/io/formats/printing.py:265: error: Incompatible types in assignment (expression has type "Tuple[Type[Dict[Any, Any]]]", base class "BaseFormatter" defined the type as "Type[str]")  [assignment]
pandas/tests/test_register_accessor.py:16: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
pandas/tests/io/xml/test_xml.py:1118: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
pandas/tests/io/xml/test_xml.py:1297: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
pandas/tests/io/xml/test_to_xml.py:995: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]
Found 2 errors in 1 file (checked 1396 source files)
@MarcoGorelli MarcoGorelli changed the title latest ipython broke typing CI latest ipython broke typing Jan 3, 2023
@phofl phofl added this to the 1.5.3 milestone Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants