getindata/kedro-airflow-k8s

View on GitHub
kedro_airflow_k8s/operators/node_pod.py

Summary

Maintainability
A
0 mins
Test Coverage
A
93%

Function __init__ has 28 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

    def __init__(  # pylint: disable=too-many-arguments
Severity: Major
Found in kedro_airflow_k8s/operators/node_pod.py - About 3 hrs to fix

    Too many local variables (28/15)
    Open

        def __init__(  # pylint: disable=too-many-arguments

    Used when a function or method has too many local variables.

    There are no issues that match your filters.

    Category
    Status