Adds support for trogon. #870
reviewdog [mypy] report
reported by reviewdog 🐶
Findings (19)
varats/varats/tools/driver_config.py|14 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_config.py|19 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_paper_config.py|12 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_paper_config.py|27 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_gen_benchbuild_config.py|9 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_gen_benchbuild_config.py|22 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_develop.py|6 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_develop.py|17 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_run.py|22 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_run.py|85 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_container.py|11 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_container.py|30 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_build_setup.py|9 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_build_setup.py|93 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_artefacts.py|16 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_artefacts.py|16 col 1| note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
varats/varats/tools/driver_artefacts.py|40 col 2| error: Untyped decorator makes function "main" untyped [misc]
varats/varats/tools/driver_casestudy.py|11 col 1| error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
varats/varats/tools/driver_casestudy.py|91 col 2| error: Untyped decorator makes function "main" untyped [misc]
Filtered Findings (114)
varats/varats/tools/driver_config.py|57 col 2| error: Untyped decorator makes function "__config_set" untyped [misc]
varats/varats/tools/driver_config.py|83 col 2| error: Untyped decorator makes function "__config_show" untyped [misc]
varats-core/varats/experiment/steps/patch.py|13 col 18| error: Class cannot subclass "ProjectStep" (has type "Any") [misc]
varats-core/varats/experiment/steps/patch.py|45 col 19| error: Class cannot subclass "ProjectStep" (has type "Any") [misc]
varats-core/varats/experiment/steps/patch.py|51 col 5| error: Function is missing a type annotation [no-untyped-def]
varats/varats/tools/driver_paper_config.py|52 col 2| error: Untyped decorator makes function "_pc_create" untyped [misc]
varats/varats/tools/driver_paper_config.py|89 col 2| error: Untyped decorator makes function "_pc_set" untyped [misc]
varats/varats/tools/driver_paper_config.py|160 col 2| error: Untyped decorator makes function "pc_list" untyped [misc]
varats/varats/tools/driver_develop.py|60 col 2| error: Untyped decorator makes function "new_branch" untyped [misc]
varats/varats/tools/driver_develop.py|68 col 2| error: Untyped decorator makes function "checkout" untyped [misc]
varats/varats/tools/driver_develop.py|78 col 2| error: Untyped decorator makes function "pull" untyped [misc]
varats/varats/tools/driver_develop.py|85 col 2| error: Untyped decorator makes function "push" untyped [misc]
varats/varats/tools/driver_develop.py|92 col 2| error: Untyped decorator makes function "status" untyped [misc]
varats/varats/tools/driver_develop.py|99 col 2| error: Untyped decorator makes function "f_branches" untyped [misc]
varats/varats/tools/driver_container.py|41 col 2| error: Untyped decorator makes function "build" untyped [misc]
varats/varats/tools/driver_container.py|106 col 2| error: Untyped decorator makes function "delete" untyped [misc]
varats/varats/tools/driver_container.py|144 col 2| error: Untyped decorator makes function "select" untyped [misc]
varats/varats/tools/driver_build_setup.py|100 col 2| error: Untyped decorator makes function "config" untyped [misc]
varats/varats/tools/driver_build_setup.py|128 col 2| error: Untyped decorator makes function "init" untyped [misc]
varats/varats/tools/driver_build_setup.py|141 col 2| error: Untyped decorator makes function "update" untyped [misc]
varats/varats/tools/driver_build_setup.py|183 col 2| error: Untyped decorator makes function "build" untyped [misc]
varats/varats/plot/plot_utils.py|108 col 28| error: Incompatible default for argument "ax" (default has type "None", argument has type "SubplotBase") [assignment]
varats/varats/plot/plot_utils.py|108 col 28| note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
varats/varats/plot/plot_utils.py|108 col 28| note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
varats/varats/plot/plot_utils.py|114 col 10| error: Incompatible types in assignment (expression has type "Union[SubplotBase, Axes]", variable has type "SubplotBase") [assignment]
varats/varats/plot/plot_utils.py|116 col 5| error: "SubplotBase" has no attribute "annotate" [attr-defined]
varats/varats/plot/plot_utils.py|119 col 18| error: "SubplotBase" has no attribute "transAxes" [attr-defined]
varats/varats/plot/plot_utils.py|124 col 5| error: "SubplotBase" has no attribute "annotate" [attr-defined]
varats/varats/plot/plot_utils.py|127 col 18| error: "SubplotBase" has no attribute "transAxes" [attr-defined]
varats/varats/tools/driver_table.py|47 col 10| error: Argument 1 to "pass_context" has incompatible type "Callable[[Arg(Context, 'context'), KwArg(Any)], None]"; expected "Callable[[Context, KwArg(Any)], None]" [arg-type]
varats/varats/tools/driver_table.py|47 col 10| note: This is likely because "command_template" has named arguments: "context". Consider marking them positional-only
varats/varats/tools/driver_table.py|86 col 2| error: Argument 1 to "pass_context" has incompatible type "Callable[[Arg(Context, 'context'), KwArg(Any)], None]"; expected "Callable[[Context, KwArg(Any)], None]" [arg-type]
varats/varats/tools/driver_table.py|86 col 2| note: This is likely because "main" has named arguments: "context". Consider marking them positional-only
varats/varats/tools/driver_plot.py|47 col 10| error: Argument 1 to "pass_context" has incompatible type "Callable[[Arg(Context, 'context'), KwArg(Any)], None]"; expected "Callable[[Context, KwArg(Any)], None]" [arg-type]
varats/varats/tools/driver_plot.py|47 col 10| note: This is likely because "command_template" has named arguments: "context". Consider marking them positional-only
varats/varats/tools/driver_plot.py|86 col 2| error: Argument 1 to "pass_context" has incompatible type "Callable[[Arg(Context, 'context'), KwArg(Any)], None]"; expected "Callable[[Context, KwArg(Any)], None]" [arg-type]
varats/varats/tools/driver_plot.py|86 col 2| note: This is likely because "main" has named arguments: "context". Consider marking them positional-only
varats/varats/tools/driver_artefacts.py|60 col 2| error: Untyped decorator makes function "list" untyped [misc]
varats/varats/tools/driver_artefacts.py|71 col 2| error: Untyped decorator makes function "show" untyped [misc]
varats/varats/tools/driver_artefacts.py|88 col 2| error: Untyped decorator makes function "generate" untyped [misc]
varats/varats/plots/paper_config_overview.py|221 col 25| error: Argument "facecolor" to "Patch" has incompatible type "ndarray[Any, dtype[floating[_64Bit]]]"; expected "Optional[Union[Union[tuple[float, float, float], str], Union[str, tuple[float, float, float, float], tuple[Union[tuple[float, float, float], str], float], tuple[tuple[float, float, float, float], float]]]]" [arg-type]
varats/varats/plots/paper_config_overview.py|222 col 25| error: Argument "facecolor" to "Patch" has incompatible type "ndarray[Any, dtype[floating[_64Bit]]]"; expected "Optional[Union[Union[tuple[float, float, float], str], Union[str, tuple[float, float, float, float], tuple[Union[tuple[float, float, float], str], float], tuple[tuple[float, float, float, float], float]]]]" [arg-type]
varats/varats/plots/paper_config_overview.py|223 col 25| error: Argument "facecolor" to "Patch" has incompatible type "ndarray[Any, dtype[floating[_64Bit]]]"; expected "Optional[Union[Union[tuple[float, float, float], str], Union[str, tuple[float, float, float, float], tuple[Union[tuple[float, float, float], str], float], tuple[tuple[float, float, float, float], float]]]]" [arg-type]
varats/varats/tools/driver_casestudy.py|101 col 2| error: Untyped decorator makes function "__casestudy_status" untyped [misc]
varats/varats/tools/driver_casestudy.py|160 col 2| error: Untyped decorator makes function "__casestudy_gen" untyped [misc]
varats/varats/tools/driver_casestudy.py|272 col 2| error: Untyped decorator makes function "__gen_latest" untyped [misc]
varats/varats/tools/driver_casestudy.py|290 col 2| error: Untyped decorator makes function "__gen_specific" untyped [misc]
varats/varats/tools/driver_casestudy.py|306 col 2| error: Untyped decorator makes function "__gen_sample" untyped [misc]
varats/varats/tools/driver_casestudy.py|361 col 2| error: Untyped decorator makes function "__gen_per_year" untyped [misc]
varats/varats/tools/driver_casestudy.py|398 col 10| error: Argument 1 to "pass_context" has incompatible type "Callable[[Arg(Context, 'context'), KwArg(Any)], None]"; expected "Callable[[Context, KwArg(Any)], None]" [arg-type]
varats/varats/tools/driver_casestudy.py|398 col 10| note: This is likely because "command_template" has named arguments: "context". Consider marking them positional-only
varats/varats/tools/driver_casestudy.py|437 col 2| error: Untyped decorator makes function "__gen_smooth_plot" untyped [misc]
varats/varats/tools/driver_casestudy.py|455 col 2| error: Untyped decorator makes function "__gen_release" untyped [misc]
varats/varats/tools/driver_casestudy.py|473 col 2| error: Untyped decorator makes function "__gen_bug_commits" untyped [misc]
varats/varats/tools/driver_casestudy.py|500 col 2| error: Untyped decorator makes function "__casestudy_package" untyped [misc]
varats/varats/tools/driver_casestudy.py|545 col 2| error: Untyped decorator makes function "__casestudy_view" untyped [misc]
varats/varats/tools/driver_casestudy.py|703 col 2| error: Untyped decorator makes function "cleanup" untyped [misc]
varats/varats/tools/driver_casestudy.py|749 col 2| error: Untyped decorator makes function "_remove_all_result_files" untyped [misc]
varats/varats/tools/driver_casestudy.py|774 col 2| error: Untyped decorator makes function "_remove_old_result_files" untyped [misc]
varats/varats/tools/driver_casestudy.py|798 col 2| error: Untyped decorator makes function "_remove_result_files_by_regex" untyped [misc]
varats/varats/plots/commit_report_plots.py|8 col 1| error: Module "matplotlib.backends.backend_qt5agg" does not explicitly export attribute "FigureCanvasQTAgg" [attr-defined]
varats/varats/plots/commit_report_plots.py|31 col 23| error: Call to untyped function "FigureCanvasQTAgg" in typed context [no-untyped-call]
varats/varats/plots/commit_report_plots.py|56 col 9| error: Call to untyped function "draw" in typed context [no-untyped-call]
varats/varats/plots/blame_lorenz_curve.py|59 col 5| error: "SubplotBase" has no attribute "plot" [attr-defined]
varats/varats/plots/blame_lorenz_curve.py|73 col 5| error: "SubplotBase" has no attribute "plot" [attr-defined]
varats/varats/plots/blame_lorenz_curve.py|109 col 9| error: Argument 1 to "draw_code_churn" has incompatible type "SubplotBase"; expected "Axes" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|177 col 13| error: Argument 1 to "draw_interaction_lorenz_curve" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|181 col 13| error: Argument 1 to "draw_perfect_lorenz_curve" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|184 col 37| error: Argument 1 to "draw_interaction_code_churn" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|188 col 13| error: Argument 1 to "draw_interaction_lorenz_curve" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|192 col 13| error: Argument 1 to "draw_perfect_lorenz_curve" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|196 col 13| error: Argument 1 to "draw_interaction_code_churn" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|297 col 5| error: "SubplotBase" has no attribute "plot" [attr-defined]
varats/varats/plots/blame_lorenz_curve.py|347 col 5| error: "SubplotBase" has no attribute "plot" [attr-defined]
varats/varats/plots/blame_lorenz_curve.py|395 col 13| error: Argument 1 to "draw_gini_blame_over_time" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|399 col 13| error: Argument 1 to "draw_gini_blame_over_time" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|403 col 13| error: Argument 1 to "draw_gini_blame_over_time" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|407 col 13| error: Argument 1 to "draw_gini_churn_over_time" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|411 col 13| error: Argument 1 to "draw_gini_churn_over_time" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|415 col 13| error: Argument 1 to "draw_gini_churn_over_time" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_lorenz_curve.py|422 col 37| error: Argument 1 to "draw_interaction_code_churn" has incompatible type "Axes"; expected "SubplotBase" [arg-type]
varats/varats/plots/blame_diff_correlation_matrix.py|57 col 28| error: Incompatible default for argument "ax" (default has type "None", argument has type "SubplotBase") [assignment]
varats/varats/plots/blame_diff_correlation_matrix.py|57 col 28| note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
varats/varats/plots/blame_diff_correlation_matrix.py|57 col 28| note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
varats/varats/plots/blame_diff_correlation_matrix.py|63 col 10| error: Incompatible types in assignment (expression has type "Union[SubplotBase, Axes]", variable has type "SubplotBase") [assignment]
varats/varats/plots/blame_diff_correlation_matrix.py|70 col 11| error: "SubplotBase" has no attribute "twinx" [attr-defined]
varats/varats/plots/blame_diff_correlation_matrix.py|94 col 14| error: Argument 1 to "pad_axes" has incompatible type "SubplotBase"; expected "Axes" [arg-type]
varats/varats/plots/blame_diff_correlation_matrix.py|96 col 17| error: Argument 1 to "align_yaxis" has incompatible type "SubplotBase"; expected "Axes" [arg-type]
varats/varats/plots/blame_diff_correlation_matrix.py|124 col 28| error: Incompatible default for argument "ax" (default has type "None", argument has type "SubplotBase") [assignment]
varats/varats/plots/blame_diff_correlation_matrix.py|124 col 28| note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
varats/varats/plots/blame_diff_correlation_matrix.py|124 col 28| note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
varats/varats/plots/blame_diff_correlation_matrix.py|128 col 10| error: Incompatible types in assignment (expression has type "Union[SubplotBase, Axes]", variable has type "SubplotBase") [assignment]
varats/varats/plots/blame_diff_correlation_matrix.py|133 col 11| error: "SubplotBase" has no attribute "twinx" [attr-defined]
varats/varats/plots/blame_diff_correlation_matrix.py|136 col 14| error: Argument 1 to "pad_axes" has incompatible type "SubplotBase"; expected "Axes" [arg-type]
varats/varats/plots/blame_diff_correlation_matrix.py|138 col 17| error: Argument 1 to "align_yaxis" has incompatible type "SubplotBase"; expected "Axes" [arg-type]
varats/varats/plots/blame_verifier_report_plots.py|226 col 5| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "set_xlim" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|226 col 5| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "set_xlim" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|227 col 5| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "grid" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|227 col 5| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "grid" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|228 col 5| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "set_xlabel" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|228 col 5| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "set_xlabel" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|229 col 5| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "set_ylabel" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|229 col 5| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "set_ylabel" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|230 col 5| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "yaxis" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|230 col 5| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "yaxis" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|247 col 9| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "plot" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|247 col 9| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "plot" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|254 col 5| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "title" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|254 col 5| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "title" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|257 col 9| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "get_xticklabels" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|257 col 9| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "get_xticklabels" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|260 col 14| error: Item "ndarray[Any, Any]" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "legend" [union-attr]
varats/varats/plots/blame_verifier_report_plots.py|260 col 14| error: Item "SubplotBase" of "Union[ndarray[Any, Any], SubplotBase, Axes]" has no attribute "legend" [union-attr]
varats/varats/tools/driver_graph_view.py|35 col 17| error: Redundant cast to "StandardButtons" [redundant-cast]
Annotations
Check failure on line 14 in varats/varats/tools/driver_config.py
github-actions / mypy
[mypy] varats/varats/tools/driver_config.py#L14
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_config.py:14:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 19 in varats/varats/tools/driver_config.py
github-actions / mypy
[mypy] varats/varats/tools/driver_config.py#L19
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_config.py:19:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 12 in varats/varats/tools/driver_paper_config.py
github-actions / mypy
[mypy] varats/varats/tools/driver_paper_config.py#L12
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_paper_config.py:12:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 27 in varats/varats/tools/driver_paper_config.py
github-actions / mypy
[mypy] varats/varats/tools/driver_paper_config.py#L27
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_paper_config.py:27:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 9 in varats/varats/tools/driver_gen_benchbuild_config.py
github-actions / mypy
[mypy] varats/varats/tools/driver_gen_benchbuild_config.py#L9
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_gen_benchbuild_config.py:9:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 22 in varats/varats/tools/driver_gen_benchbuild_config.py
github-actions / mypy
[mypy] varats/varats/tools/driver_gen_benchbuild_config.py#L22
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_gen_benchbuild_config.py:22:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 6 in varats/varats/tools/driver_develop.py
github-actions / mypy
[mypy] varats/varats/tools/driver_develop.py#L6
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_develop.py:6:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 17 in varats/varats/tools/driver_develop.py
github-actions / mypy
[mypy] varats/varats/tools/driver_develop.py#L17
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_develop.py:17:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 22 in varats/varats/tools/driver_run.py
github-actions / mypy
[mypy] varats/varats/tools/driver_run.py#L22
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_run.py:22:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 85 in varats/varats/tools/driver_run.py
github-actions / mypy
[mypy] varats/varats/tools/driver_run.py#L85
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_run.py:85:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 11 in varats/varats/tools/driver_container.py
github-actions / mypy
[mypy] varats/varats/tools/driver_container.py#L11
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_container.py:11:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 30 in varats/varats/tools/driver_container.py
github-actions / mypy
[mypy] varats/varats/tools/driver_container.py#L30
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_container.py:30:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 9 in varats/varats/tools/driver_build_setup.py
github-actions / mypy
[mypy] varats/varats/tools/driver_build_setup.py#L9
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_build_setup.py:9:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 93 in varats/varats/tools/driver_build_setup.py
github-actions / mypy
[mypy] varats/varats/tools/driver_build_setup.py#L93
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_build_setup.py:93:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 16 in varats/varats/tools/driver_artefacts.py
github-actions / mypy
[mypy] varats/varats/tools/driver_artefacts.py#L16
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_artefacts.py:16:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 16 in varats/varats/tools/driver_artefacts.py
github-actions / mypy
[mypy] varats/varats/tools/driver_artefacts.py#L16
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Raw output
varats/varats/tools/driver_artefacts.py:16:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Check failure on line 40 in varats/varats/tools/driver_artefacts.py
github-actions / mypy
[mypy] varats/varats/tools/driver_artefacts.py#L40
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_artefacts.py:40:2: error: Untyped decorator makes function "main" untyped [misc]
Check failure on line 11 in varats/varats/tools/driver_casestudy.py
github-actions / mypy
[mypy] varats/varats/tools/driver_casestudy.py#L11
error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Raw output
varats/varats/tools/driver_casestudy.py:11:1: error: Skipping analyzing "trogon": module is installed, but missing library stubs or py.typed marker [import-untyped]
Check failure on line 91 in varats/varats/tools/driver_casestudy.py
github-actions / mypy
[mypy] varats/varats/tools/driver_casestudy.py#L91
error: Untyped decorator makes function "main" untyped [misc]
Raw output
varats/varats/tools/driver_casestudy.py:91:2: error: Untyped decorator makes function "main" untyped [misc]