Add a pre-commit hook to verify that we don't introduce DeprecationWarning #11251
Labels
0 - Backlog
In queue waiting for assignment
non-breaking
Non-breaking change
Python
Affects Python cuDF API.
We want to always use
FutureWarning
to broadcast deprecations, notDeprecationWarning
. @mroeschke suggested a pre-commit hook for this purpose. It should be a straightforward bash command like(not checked for syntactic correctness).
The text was updated successfully, but these errors were encountered: