A flake8 plugin that warns about deprecated method calls in Python code. Current version: 2.3.0, compatible with Python >=3.10. Maintained but low release cadence.
pip install flake8-deprecatedVerified import paths — ran on the pinned version, not inferred.
After installing, run flake8 on your code. The plugin adds checks prefixed with 'DA' (Deprecated API).
Upgrade Python to 3.10+ or pin to an older version (e.g., flake8-deprecated==1.4) if needed.
Supplement with other tools like pylint or bandit for broader deprecated API detection.