Add a new hydra util #582
Triggered via pull request
September 26, 2023 11:58
Status
Failure
Total duration
1m 30s
Artifacts
–
ci.yml
on: pull_request
format_with_black
26s
lint_with_ruff
18s
check_docstrings
31s
run_tests_and_type_checking
43s
Annotations
10 errors
run_tests_and_type_checking:
ranzen/hydra/utils.py#L12
Import "attrs" could not be resolved (reportMissingImports)
|
run_tests_and_type_checking:
ranzen/hydra/utils.py#L13
Import "attrs" could not be resolved (reportMissingImports)
|
run_tests_and_type_checking:
tests/hydra_test.py#L7
Import "attrs" could not be resolved (reportMissingImports)
|
run_tests_and_type_checking:
tests/hydra_test.py#L8
Import "attrs" could not be resolved (reportMissingImports)
|
run_tests_and_type_checking:
tests/hydra_test.py#L96
Untyped class decorator obscures type of class; ignoring decorator (reportUntypedClassDecorator)
|
run_tests_and_type_checking:
tests/hydra_test.py#L100
Untyped class decorator obscures type of class; ignoring decorator (reportUntypedClassDecorator)
|
run_tests_and_type_checking:
tests/hydra_test.py#L114
Untyped class decorator obscures type of class; ignoring decorator (reportUntypedClassDecorator)
|
run_tests_and_type_checking:
tests/hydra_test.py#L118
Untyped class decorator obscures type of class; ignoring decorator (reportUntypedClassDecorator)
|
run_tests_and_type_checking:
tests/hydra_test.py#L135
Untyped class decorator obscures type of class; ignoring decorator (reportUntypedClassDecorator)
|
run_tests_and_type_checking:
tests/hydra_test.py#L139
Untyped class decorator obscures type of class; ignoring decorator (reportUntypedClassDecorator)
|