cog icon indicating copy to clipboard operation
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

Open christopher5106 opened this issue 1 year ago • 0 comments

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

christopher5106 avatar May 09 '24 11:05 christopher5106