Binary package “python3-flake8-cognitive-complexity” in ubuntu oracular

flake8 plugin that validates cognitive complexity

 Cognitive complexity is an analog of cyclomatic complexity, it measures
 how difficult it is to understand a piece of code.
 .
 This plugin allows flake8 to validate cognitive complexity.