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 files

The suppressed rules are for incomplete type stubs, not missing ones.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. ty.toml +1 -1
ty.toml CHANGED
@@ -2,7 +2,7 @@
2
  python-version = "3.12"
3
 
4
  [rules]
5
- # Third-party libraries without type stubs
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"