Bump wandb from 0.15.10 to 0.15.11 #571
ci.yml
on: pull_request
format_with_black
26s
lint_with_ruff
16s
check_docstrings
31s
run_tests_and_type_checking
46s
Annotations
3 errors
run_tests_and_type_checking:
tests/relay_test.py#L21
"value" overrides symbol of same name in class "DummyOption"
Variable is mutable so its type is invariant
Override type "int" is not the same as base type "int | str" (reportIncompatibleVariableOverride)
|
run_tests_and_type_checking:
tests/relay_test.py#L27
"value" overrides symbol of same name in class "DummyOption"
Variable is mutable so its type is invariant
Override type "str" is not the same as base type "int | str" (reportIncompatibleVariableOverride)
|
run_tests_and_type_checking
2 errors
|