Part of #25882 pandas.core.config_init throws the following mypy error: ``` pandas/core/config_init.py:280: error: Need type annotation for 'style_backup' ``` PR to follow