-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
istub.yml
92 lines (81 loc) · 2.53 KB
/
istub.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
packages:
- name: boto3
path: mypy_boto3_output/boto3_stubs_lite_package
checks:
mypy: true
stubtest: true
flake8: false
pyright: true
install:
- mypy_boto3_output/boto3_stubs_lite_package
pip_install:
- types-s3transfer
- botocore-stubs
- boto3
- awscrt
pip_uninstall:
- boto3-stubs
build:
- mypy_boto3_builder ./mypy_boto3_output --product boto3
snapshots:
stubtest: |-
error: boto3.resources.base.ServiceResource.meta variable differs from runtime type None
Stub: in file ./boto3-stubs/resources/base.pyi:31
boto3.resources.base.ResourceMeta
Runtime:
None
error: boto3.docs.action failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.action' from './boto3/docs/action.py'>
error: boto3.docs.attr failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.attr' from './boto3/docs/attr.py'>
error: boto3.docs.base failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.base' from './boto3/docs/base.py'>
error: boto3.docs.client failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.client' from './boto3/docs/client.py'>
error: boto3.docs.collection failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.collection' from './boto3/docs/collection.py'>
error: boto3.docs.docstring failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.docstring' from './boto3/docs/docstring.py'>
error: boto3.docs.method failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.method' from './boto3/docs/method.py'>
error: boto3.docs.resource failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.resource' from './boto3/docs/resource.py'>
error: boto3.docs.service failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.service' from './boto3/docs/service.py'>
error: boto3.docs.subresource failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.subresource' from './boto3/docs/subresource.py'>
error: boto3.docs.waiter failed to find stubs
Stub:
MISSING
Runtime:
<module 'boto3.docs.waiter' from './boto3/docs/waiter.py'>