[run]
source = aioskybell

omit =
    # omit setup
    setup.py

    # omit tests
    tests/*

    # omit example
    example.py

[report]
exclude_lines =
    if TYPE_CHECKING: