flake8 · flake8/C901
C901
Function Is Too Complex
The McCabe cyclomatic complexity of a function exceeds the configured threshold (default 10). Refactor the function into smaller pieces to reduce complexity.
References
In this namespace
— start of namespace —
next → E101 Indentation Contains Mixed Spaces and Tabs