Type Hinting, formatting and checks #12
Annotations
10 errors and 1 warning
Run Ruff linter:
src/mustela/translation/steps/trees/__init__.py#L1
src/mustela/translation/steps/trees/__init__.py:1:1: D104 Missing docstring in public package
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L1
src/mustela/translation/steps/trees/classifier.py:1:1: D100 Missing docstring in public module
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L8
src/mustela/translation/steps/trees/classifier.py:8:7: D101 Missing docstring in public class
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L12
src/mustela/translation/steps/trees/classifier.py:12:9: ANN201 Missing return type annotation for public function `process`
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L12
src/mustela/translation/steps/trees/classifier.py:12:9: D102 Missing docstring in public method
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L28
src/mustela/translation/steps/trees/classifier.py:28:9: ANN201 Missing return type annotation for public function `build_classifier`
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L28
src/mustela/translation/steps/trees/classifier.py:28:9: D102 Missing docstring in public method
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L28
src/mustela/translation/steps/trees/classifier.py:28:32: ANN001 Missing type annotation for function argument `input_expr`
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L48
src/mustela/translation/steps/trees/classifier.py:48:13: ANN202 Missing return type annotation for private function `build_tree_case`
|
Run Ruff linter:
src/mustela/translation/steps/trees/classifier.py#L48
src/mustela/translation/steps/trees/classifier.py:48:29: ANN001 Missing type annotation for function argument `tree`
|
Set up Python
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
Loading