Skip to content

Fix linter

Fix linter #40

Triggered via push August 21, 2024 19:22
Status Failure
Total duration 25s
Artifacts

pyright.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build: plugins/ign-docker-env.py#L121
Argument of type "str | None" cannot be assigned to parameter "doc" of type "str" in function "docopt"   Type "str | None" is incompatible with type "str"     "None" is incompatible with "str" (reportArgumentType)
build: plugins/repository.py#L309
Argument of type "str | None" cannot be assigned to parameter "doc" of type "str" in function "docopt"   Type "str | None" is incompatible with type "str"     "None" is incompatible with "str" (reportArgumentType)
build
2 errors
build
The `python-version` input is not set. The version of Python currently in `PATH` will be used.