guibranco/BancosBrasileiros

View on GitHub
schemas/python.py

Summary

Maintainability
A
2 hrs
Test Coverage

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

    def __init__(self, compe: str, ispb: str, document: str, long_name: str, short_name: str, network: Optional[str], type_: Optional[str], pix_type: Optional[str], charge: bool, creditDocument: bool, legalCheque: bool, detectaFlow: bool, pcr: bool, pcrp:bool, salaryPortability: Optional[str], products: List[str], url: Optional[str], date_operation_started: Optional[str], date_pix_started: Optional[str], date_registered: datetime, date_updated: datetime) -> None:
Severity: Major
Found in schemas/python.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status