upgrade template v6.1.0 #41
99 tests run, 1 passed, 0 skipped, 98 failed.
Annotations
Check failure on line 1 in cmem_plugin_mattermost/workflow/__init__
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/__init__.org.ruff.D104
Missing docstring in public package
Raw output
line 1, col 1, Missing docstring in public package
Check failure on line 26 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN201
Missing return type annotation for public function `header`
Raw output
line 26, col 5, Missing return type annotation for public function `header`
Check failure on line 34 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN201
Missing return type annotation for public function `get_request_handler`
Raw output
line 34, col 5, Missing return type annotation for public function `get_request_handler`
Check failure on line 43 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN401
Dynamically typed expressions (typing.Any) are disallowed in `get_dataset`
Raw output
line 43, col 95, Dynamically typed expressions (typing.Any) are disallowed in `get_dataset`
Check failure on line 69 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.RUF012
Mutable class attributes should be annotated with `typing.ClassVar`
Raw output
line 69, col 55, Mutable class attributes should be annotated with `typing.ClassVar`
Check failure on line 76 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.D102
Missing docstring in public method
Raw output
line 76, col 9, Missing docstring in public method
Check failure on line 80 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ARG002
Unused method argument: `context`
Raw output
line 80, col 9, Unused method argument: `context`
Check failure on line 93 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.PERF401
Use a list comprehension to create a transformed list
Raw output
line 93, col 17, Use a list comprehension to create a transformed list
Check failure on line 99 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.PGH003
Use specific rule codes when ignoring type issues
Raw output
line 99, col 49, Use specific rule codes when ignoring type issues
Check failure on line 104 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.PGH003
Use specific rule codes when ignoring type issues
Raw output
line 104, col 45, Use specific rule codes when ignoring type issues
Check failure on line 189 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.PLR0913
Too many arguments in function definition (7 > 5)
Raw output
line 189, col 9, Too many arguments in function definition (7 > 5)
Check failure on line 218 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.D102
Missing docstring in public method
Raw output
line 218, col 9, Missing docstring in public method
Check failure on line 273 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN201
Missing return type annotation for public function `post_request_handler`
Raw output
line 273, col 9, Missing return type annotation for public function `post_request_handler`
Check failure on line 273 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN001
Missing type annotation for function argument `url_expand`
Raw output
line 273, col 36, Missing type annotation for function argument `url_expand`
Check failure on line 273 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN001
Missing type annotation for function argument `payload`
Raw output
line 273, col 48, Missing type annotation for function argument `payload`
Check failure on line 282 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN201
Missing return type annotation for public function `get_id`
Raw output
line 282, col 9, Missing return type annotation for public function `get_id`
Check failure on line 282 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN001
Missing type annotation for function argument `obj_name`
Raw output
line 282, col 22, Missing type annotation for function argument `obj_name`
Check failure on line 297 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.D401
First line of docstring should be in imperative mood: "Sends messages from bot to one or more users."
Raw output
line 297, col 9, First line of docstring should be in imperative mood: "Sends messages from bot to one or more users."
Check failure on line 308 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.ANN201
Missing return type annotation for public function `get_channel_id`
Raw output
line 308, col 9, Missing return type annotation for public function `get_channel_id`
Check failure on line 319 in cmem_plugin_mattermost/workflow/mattermost_plugin
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/cmem_plugin_mattermost/workflow/mattermost_plugin.org.ruff.D401
First line of docstring should be in imperative mood: "Sends messages from bot to channel."
Raw output
line 319, col 9, First line of docstring should be in imperative mood: "Sends messages from bot to channel."
Check failure on line 1 in tests/conftest
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/tests/conftest.org.ruff.D100
Missing docstring in public module
Raw output
line 1, col 1, Missing docstring in public module
Check failure on line 9 in tests/conftest
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/tests/conftest.org.ruff.ANN001
Missing type annotation for function argument `module_scoped_container_getter`
Raw output
line 9, col 24, Missing type annotation for function argument `module_scoped_container_getter`
Check failure on line 43 in tests/test_mattermost
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/tests/test_mattermost.org.ruff.ANN001
Missing type annotation for function argument `sample_data`
Raw output
line 43, col 18, Missing type annotation for function argument `sample_data`
Check failure on line 60 in tests/test_mattermost
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/tests/test_mattermost.org.ruff.ANN201
Missing return type annotation for public function `test_execute_with_inputs_and_static`
Raw output
line 60, col 5, Missing return type annotation for public function `test_execute_with_inputs_and_static`
Check failure on line 60 in tests/test_mattermost
github-actions / JUnit Test Report
/home/runner/work/cmem-plugin-mattermost/cmem-plugin-mattermost/tests/test_mattermost.org.ruff.D103
Missing docstring in public function
Raw output
line 60, col 5, Missing docstring in public function