Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Extend check for inconsistent pandas namespace usage #38093
Comments
take |
Hi @kevinetienne - are you still working on this? |
Yes, I have work I need to push, which I'll do today. Thank you. |
xref #38076 - it can probably be extended beyond checking for classes.
Steps would be:
PATTERN
inscripts/check_for_inconsistent_pandas_namespace.py
toand save.
pre-commit run inconsistent-namespace-usage --all-files
, check the error messages, and fix them upHere are the files which need fixing:
This can probably all be one in a single PR.
should return "PASSED".