File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ Type definition files (usually `.pyi` files) for the Python modules provided by
112
112
this target. Usually they describe the source files listed in
113
113
`direct_original_sources`. This field is primarily for static analysis tools.
114
114
115
+ These files are _usually_ build-time only and not included as part of a runnable
116
+ program.
117
+
115
118
:::{note}
116
119
This may contain implementation-specific file types specific to a particular
117
120
type checker.
@@ -190,6 +193,9 @@ Python modules for this target and its transitive dependencies. this target.
190
193
Usually they describe the source files listed in `transitive_original_sources`.
191
194
This field is primarily for static analysis tools.
192
195
196
+ These files are _usually_ build-time only and not included as part of a runnable
197
+ program.
198
+
193
199
:::{note}
194
200
This may contain implementation-specific file types specific to a particular
195
201
type checker.
You can’t perform that action at this time.
0 commit comments