-
-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Labels
maintenanceWork needed by a maintainerWork needed by a maintainer
Milestone
Description
we have a lot of functions decorated with this decorator, which by default warns that the decorated function will only take keyword-only arguments from version 3.1.0 and onwards. not accept certain arguments as positional from 3.1.0 and onwards.
As we are preparing a 3.1.0 release, we should transform these functions to all keyword-only arguments, and remove the decoration.
Metadata
Metadata
Assignees
Labels
maintenanceWork needed by a maintainerWork needed by a maintainer