Preparing for system design interviews?  Try bugzed.com →

flake8-annotations-complexity

JSON →
library 0.1.0 ·python
verified Apr 15, 2026

An extension for flake8 to report on excessively complex type annotations. Complex type annotations often indicate suboptimal annotation usage, poor code decomposition, or an improper choice of data structure, making the code harder to read. The plugin calculates annotation complexity based on the maximum nesting level (e.g., `List[int]` is 2, `Tuple[List[Optional[str]], int]` is 4). The current version is 0.1.0, and it receives infrequent but active maintenance.

total hits 8
actors 3 distinct systems
last hit 20d ago AhrefsBot
GPTBot
3
Script
1

top countries 🇨🇦 Canada · 🇺🇸 United States · 🇩🇪 Germany