You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening this as a placeholder to go through the checks and see what no longer needs to be there
EDIT
also, as a note, in pandas/core/generic.py there is an instance of .. warning:, but the Check for incorrect sphinx directives isn't picking it up. pygrep finds it though. I'm inclined to move all of these over to pre-commit so that they're cross-platform and can selectively be run only on staged files
The text was updated successfully, but these errors were encountered:
Some of these checks, e.g.
are already checked by pyupgrade.
Opening this as a placeholder to go through the checks and see what no longer needs to be there
EDIT
also, as a note, in
pandas/core/generic.py
there is an instance of.. warning:
, but theCheck for incorrect sphinx directives
isn't picking it up.pygrep
finds it though. I'm inclined to move all of these over to pre-commit so that they're cross-platform and can selectively be run only on staged filesThe text was updated successfully, but these errors were encountered: