Spaces:
Running on Zero
Running on Zero
Daryl Lim Claude Opus 4.6 (1M context) commited on
Commit ·
5233749
1
Parent(s): 4c094dc
docs: clarify ty.toml comment for suppressed diagnostics
Browse filesThe suppressed rules are for incomplete type stubs, not missing ones.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ty.toml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
python-version = "3.12"
|
| 3 |
|
| 4 |
[rules]
|
| 5 |
-
# Third-party libraries
|
| 6 |
unresolved-import = "warn"
|
| 7 |
unresolved-attribute = "warn"
|
| 8 |
call-non-callable = "warn"
|
|
|
|
| 2 |
python-version = "3.12"
|
| 3 |
|
| 4 |
[rules]
|
| 5 |
+
# Third-party libraries with missing or incomplete type stubs
|
| 6 |
unresolved-import = "warn"
|
| 7 |
unresolved-attribute = "warn"
|
| 8 |
call-non-callable = "warn"
|