Skip to content

Fix Type Annotations in pandas/_config/config.py #25899

Closed
@WillAyd

Description

@WillAyd

Part of #25882

Current errors are as follows:

pandas/_config/config.py:60: error: Need type annotation for '_deprecated_options'
pandas/_config/config.py:61: error: Need type annotation for '_registered_options'
pandas/_config/config.py:62: error: Need type annotation for '_global_config'

Should add annotations and remove this module from mypy.ini - think this is straightforward so community PR is certainly welcome!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Typingtype annotations, mypy/pyright type checkinggood first issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions