cog
cog copied to clipboard
B008 Do not perform function call `Input` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
Hi,
Code validator Ruff is not happy about this writting of the arguments of the functions:
image: Path = Input(description="360 image to upscale"),
do you have any plugin to ruff for cogs ?
Thanks