Spaces:
Running on Zero
Running on Zero
File size: 174 Bytes
9cc9bfd | 1 2 3 4 5 6 7 8 9 | [environment]
python-version = "3.12"
[rules]
# Third-party libraries without type stubs
unresolved-import = "warn"
unresolved-attribute = "warn"
call-non-callable = "warn"
|