Enable ANN205: Detect missing return type on static methods
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## Rule
**ANN205**: `missing-return-type-static-method`
## Purpose
Ensure all static methods have explicit return type annotations for better type safety and documentation.
## Auto-fix
❌ Not available - requires manual annotation
## Notes
- Part of comprehensive type annotation enforcement
- Helps catch potential type mismatches at static analysis time
JIRA Issue: BA-4019
Contributor guide
Assessment
This issue has not been assessed yet.