python3-flake8-cognitive-complexity

flake8 plugin that validates cognitive complexity
  https://github.com/Melevir/flake8-cognitive-complexity
  0
  no reviews



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.