private-dreamnet/dreampower

View on GitHub
src/argv/run/__init__.py

Summary

Maintainability
A
1 hr
Test Coverage

Function init_run_parser has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def init_run_parser(subparsers):
    run_parser = subparsers.add_parser(
        'run',
        description="Process image(s) with dreampower.",
        help="Process image(s) with dreampower.",
Severity: Minor
Found in src/argv/run/__init__.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status