Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 #2653

Bump jinja2 from 3.1.4 to 3.1.5

Bump jinja2 from 3.1.4 to 3.1.5 #2653

Triggered via pull request January 8, 2025 20:48
Status Failure
Total duration 1m 54s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
pyright: neuralprophet/__init__.py#L15
"utilities" is not a known attribute of module "pytorch_lightning" (reportAttributeAccessIssue)
pyright: neuralprophet/configure.py#L22
Too few type arguments provided for "Dict"; expected 2 but received 1 (reportInvalidTypeArguments)
pyright: neuralprophet/configure.py#L44
Function with declared return type "int" must return value on all code paths   "None" is not assignable to "int" (reportReturnType)
pyright: neuralprophet/configure_components.py#L85
Operator "<" not supported for "None" (reportOptionalOperand)
pyright: neuralprophet/configure_components.py#L134
No overloads for "__init__" match the provided arguments (reportCallIssue)
pyright: neuralprophet/configure_components.py#L135
Argument of type "dict[str, SingleSeasonality]" cannot be assigned to parameter "iterable" of type "Iterable[list[bytes]]" in function "__init__" (reportArgumentType)
pyright: neuralprophet/configure_components.py#L140
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__"   Type "SeasonGlobalLocalMode | Literal['auto']" is not assignable to type "SeasonGlobalLocalMode"     Type "Literal['auto']" is not assignable to type "SeasonGlobalLocalMode"       "Literal['auto']" is not assignable to type "Literal['global']"       "Literal['auto']" is not assignable to type "Literal['local']"       "Literal['auto']" is not assignable to type "Literal['glocal']" (reportArgumentType)
pyright: neuralprophet/configure_components.py#L151
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__"   Type "SeasonGlobalLocalMode | Literal['auto']" is not assignable to type "SeasonGlobalLocalMode"     Type "Literal['auto']" is not assignable to type "SeasonGlobalLocalMode"       "Literal['auto']" is not assignable to type "Literal['global']"       "Literal['auto']" is not assignable to type "Literal['local']"       "Literal['auto']" is not assignable to type "Literal['glocal']" (reportArgumentType)
pyright: neuralprophet/configure_components.py#L162
Argument of type "SeasonGlobalLocalMode | Literal['auto']" cannot be assigned to parameter "global_local" of type "SeasonGlobalLocalMode" in function "__init__"   Type "SeasonGlobalLocalMode | Literal['auto']" is not assignable to type "SeasonGlobalLocalMode"     Type "Literal['auto']" is not assignable to type "SeasonGlobalLocalMode"       "Literal['auto']" is not assignable to type "Literal['global']"       "Literal['auto']" is not assignable to type "Literal['local']"       "Literal['auto']" is not assignable to type "Literal['glocal']" (reportArgumentType)
pyright: neuralprophet/configure_components.py#L170
Operator ">=" not supported for "None" (reportOptionalOperand)
flake8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
isort
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
black
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pyright: neuralprophet/uncertainty.py#L287
Expression value is unused (reportUnusedExpression)