Update example project #32
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):
setup.py#L2
setup.py:2:1: D212 Multi-line docstring summary should start at the first line
|
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/apidocs/helloworld.py#L26
src/actinia_example_plugin/apidocs/helloworld.py:26:1: I001 Import block is un-sorted or un-formatted
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/apidocs/helloworld.py#L31
src/actinia_example_plugin/apidocs/helloworld.py:31:1: N816 Variable `describeHelloWorld_get_docs` in global scope should not be mixedCase
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/apidocs/helloworld.py#L43
src/actinia_example_plugin/apidocs/helloworld.py:43:1: N816 Variable `describeHelloWorld_post_docs` in global scope should not be mixedCase
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/apidocs/project_helloworld.py#L30
src/actinia_example_plugin/apidocs/project_helloworld.py:30:1: N816 Variable `describeProjectHelloWorld_get_docs` in global scope should not be mixedCase
|
Run ruff (output annotations on fixable errors):
src/actinia_example_plugin/apidocs/project_helloworld.py#L53
src/actinia_example_plugin/apidocs/project_helloworld.py:53:1: N816 Variable `describeProjectHelloWorld_post_docs` in global scope should not be mixedCase
|
Run ruff (apply fixes for suggestions)
Process completed with exit code 1.
|
Loading