IBM / django-ibmi

Django adapter for IBM i
Apache License 2.0
3 stars 5 forks source link

Fix C901 lint issues #37

Open kadler opened 3 years ago

kadler commented 3 years ago

C901 is for functions which are too complex and should be simplified in to smaller functions. We ignored these lint issues in #36 because this code will be mostly rewritten anyway. This issue is to serve as a reminder that we will need to remove the C901 override in the GitHub action once the code has been rewritten.