[WIP] Rewrite backends in Rust using Ruff's parser use parquet for storage and faster indexing #291
Annotations
10 errors and 6 warnings
|
src/wily/commands/report.py#L135
Argument of type "tuple[str, str, str, str, *tuple[Unknown, ...]]" cannot be assigned to parameter "object" of type "Tuple[str, ...]" in function "append"
"tuple[str, str, str, str, *tuple[Unknown, ...]]" is not assignable to "Tuple[str, ...]"
Tuple size mismatch; expected 0 or more but received 4 (reportArgumentType)
|
|
src/wily/commands/rank.py#L17
Import "radon.cli.harvest" could not be resolved (reportMissingImports)
|
|
src/wily/commands/graph.py#L11
Import "plotly.offline" could not be resolved (reportMissingImports)
|
|
src/wily/commands/graph.py#L10
Import "plotly.graph_objs" could not be resolved (reportMissingImports)
|
|
src/wily/commands/diff.py#L13
Import "radon.cli.harvest" could not be resolved (reportMissingImports)
|
|
src/wily/commands/build.py#L14
Import "progress.bar" could not be resolved (reportMissingImports)
|
|
src/wily/archivers/git.py#L12
Import "git.repo" could not be resolved (reportMissingImports)
|
|
src/wily/archivers/git.py#L11
Import "git.objects" could not be resolved (reportMissingImports)
|
|
src/wily/archivers/git.py#L10
Import "git.exc" could not be resolved (reportMissingImports)
|
|
src/wily/__init__.py#L44
Import "colorlog" could not be resolved (reportMissingImports)
|
|
test/unit/test_helper.py#L4
Import "tabulate" could not be resolved from source (reportMissingModuleSource)
|
|
src/wily/commands/report.py#L13
Import "tabulate" could not be resolved from source (reportMissingModuleSource)
|
|
src/wily/commands/rank.py#L18
Import "tabulate" could not be resolved from source (reportMissingModuleSource)
|
|
src/wily/commands/list_metrics.py#L7
Import "tabulate" could not be resolved from source (reportMissingModuleSource)
|
|
src/wily/commands/index.py#L9
Import "tabulate" could not be resolved from source (reportMissingModuleSource)
|
|
src/wily/commands/diff.py#L14
Import "tabulate" could not be resolved from source (reportMissingModuleSource)
|
The logs for this run have expired and are no longer available.
Loading