Annotations
13 errors
Create and upload code suggestions to apply for ruff
Files have changed.
|
Create and upload code suggestions to apply for ruff
Process completed with exit code 1.
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/api/__init__.py#L1
src/actinia_example_plugin/api/__init__.py:1:1: D104 Missing docstring in public package
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/api/project_helloworld.py#L44
src/actinia_example_plugin/api/project_helloworld.py:44:19: ANN001 Missing type annotation for function argument `project_name`
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/api/project_helloworld.py#L50
src/actinia_example_plugin/api/project_helloworld.py:50:20: ANN001 Missing type annotation for function argument `project_name`
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/apidocs/__init__.py#L1
src/actinia_example_plugin/apidocs/__init__.py:1:1: D104 Missing docstring in public package
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/core/__init__.py#L1
src/actinia_example_plugin/core/__init__.py:1:1: D104 Missing docstring in public package
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/core/example.py#L26
src/actinia_example_plugin/core/example.py:26:21: ANN001 Missing type annotation for function argument `inp`
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/core/example.py#L27
src/actinia_example_plugin/core/example.py:27:5: D401 First line of docstring should be in imperative mood: "Example core function."
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/endpoints.py#L31
src/actinia_example_plugin/endpoints.py:31:30: ANN001 Missing type annotation for function argument `apidoc`
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/endpoints.py#L31
src/actinia_example_plugin/endpoints.py:31:38: ANN001 Missing type annotation for function argument `projects_url_part`
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/endpoints.py#L32
src/actinia_example_plugin/endpoints.py:32:5: D401 First line of docstring should be in imperative mood: "Function to add resources with "project" inside the endpoint url."
|
Run ruff (apply fixes for suggestions)
Process completed with exit code 1.
|
Loading