Reduce Cyclomatic complexity #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
💡 The Idea
Go through the code and make sure all functions aren't complex.
The functions that are currently considered complex have this comment before definition:
flake8: noqa: C901
See for more details:
https://www.flake8rules.com/rules/C901.html
The text was updated successfully, but these errors were encountered: