You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #54 McCabe code complexity as measured by flake8 is at 101 when it should be more like 10.
The task here is to run flake8 --max-complexity=100 and ensure that the most complex functions have great test coverage and then refactor them to get their complexity score lower. Repeat this process with other complex functions by lowering the flake8 --max-complexity=xx value.
The text was updated successfully, but these errors were encountered:
As discussed in #54 McCabe code complexity as measured by flake8 is at 101 when it should be more like 10.
The task here is to run
flake8 --max-complexity=100
and ensure that the most complex functions have great test coverage and then refactor them to get their complexity score lower. Repeat this process with other complex functions by lowering theflake8 --max-complexity=xx
value.The text was updated successfully, but these errors were encountered: