Skip to content

Warn if anything marked as deprecated is used #14221

Open
@mamekoro

Description

@mamekoro

Python 3.13 introduced a decorator called @warnings.deprecated that marks classes, functions and methods as deprecated. For older versions of Python, @deprecated.deprecated is available as an alternative.

Would you consider adding the functionality to warn of the use of objects marked as deprecated by these decorators? In other words, a feature like that provided by memestra.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ruleImplementing or modifying a lint ruletype-inferenceRequires more advanced type inference.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions