kedder/openvario-shell

View on GitHub
src/ovshell/screen.py

Summary

Maintainability
A
2 hrs
Test Coverage

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert isinstance(out, list)
Severity: Info
Found in src/ovshell/screen.py by bandit

File screen.py has 277 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import asyncio
import functools
from contextlib import contextmanager
from dataclasses import dataclass
from typing import Callable, Coroutine, Iterator, Optional, Sequence
Severity: Minor
Found in src/ovshell/screen.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status