Make pyright happy #48
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 not assignable to type "str"
"None" is not assignable to "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 not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
build
2 errors
|
build
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|