Statically detect usage of deprecated APIs via mypy
Open
- Dominant language
- Python
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Similar to Java's `@Deprecated` annotation, I want to be able to find out statically and quickly when I am using a deprecated API.
(This would also address the confusion / difficulty around warnings-as-errors vs. warnings-as-print-statements vs. how-does-your-test-runner-tell-you-about-deprecations problem.)
Contributor guide
Research direction
No files, tests, or entry points are named in the issue. Start by examining how mypy represents and reports deprecated APIs, then identify the project's current deprecation handling and define what a successful static diagnostic should look like.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100