Lemmah/BucketList

View on GitHub
app/bucketlist/bucketlist_item.py

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def __init__(self, name, category, description=None, status=None, bucketlist=None):
Severity: Minor
Found in app/bucketlist/bucketlist_item.py - About 35 mins to fix
    Category
    Status