Add --list-spacing option for controlling tight/loose list formatting #144
Annotations
13 errors and 7 warnings
|
build (ubuntu-latest, 3.10):
tests/test_filling.py#L231
Argument of type "str" cannot be assigned to parameter "list_spacing" of type "ListSpacing" in function "fill_markdown"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
tests/test_escape_handling.py#L98
Argument of type "str" cannot be assigned to parameter "list_spacing" of type "ListSpacing" in function "flowmark_markdown"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
tests/test_escape_handling.py#L90
Argument of type "str" cannot be assigned to parameter "list_spacing" of type "ListSpacing" in function "flowmark_markdown"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/reformat_api.py#L126
Expression of type "str" cannot be assigned to parameter of type "ListSpacing"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/reformat_api.py#L61
Expression of type "str" cannot be assigned to parameter of type "ListSpacing"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/reformat_api.py#L20
Expression of type "str" cannot be assigned to parameter of type "ListSpacing"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/linewrapping/markdown_filling.py#L44
Expression of type "str" cannot be assigned to parameter of type "ListSpacing"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L647
Expression of type "str" cannot be assigned to parameter of type "ListSpacing"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L193
Expression of type "str" cannot be assigned to parameter of type "ListSpacing"
"str" is not assignable to "ListSpacing" (reportArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L6
"StrEnum" is unknown import symbol (reportAttributeAccessIssue)
|
|
build (ubuntu-latest, 3.11)
The strategy configuration was canceled because "build.ubuntu-latest_3_10" failed
|
|
build (ubuntu-latest, 3.14)
The strategy configuration was canceled because "build.ubuntu-latest_3_10" failed
|
|
build (ubuntu-latest, 3.14)
The operation was canceled.
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L38
Type annotation for attribute `tight` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L37
Type annotation for attribute `loose` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L36
Type annotation for attribute `preserve` is required because this class is not decorated with `@final` (reportUnannotatedClassAttribute)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L27
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/formats/flowmark_markdown.py#L6
Type of "StrEnum" is unknown (reportUnknownVariableType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/cli.py#L229
Argument type is unknown
Argument corresponds to parameter "list_spacing" in function "reformat_files" (reportUnknownArgumentType)
|
|
build (ubuntu-latest, 3.10):
src/flowmark/cli.py#L229
Type of "list_spacing" is unknown (reportUnknownMemberType)
|