get ci pipelines functional, and switch to ruff linter/formatter #403
Annotations
3 errors
pyright:
role_welcome/role_welcome.py#L335
Argument of type "Guild | None" cannot be assigned to parameter "guild" of type "Guild" in function "guild"
Type "Guild | None" is not assignable to type "Guild"
"None" is not assignable to "Guild" (reportArgumentType)
|
pyright:
role_welcome/role_welcome.py#L338
Argument of type "Guild | None" cannot be assigned to parameter "guild" of type "Guild" in function "guild"
Type "Guild | None" is not assignable to type "Guild"
"None" is not assignable to "Guild" (reportArgumentType)
|
pyright
2 errors
|