-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathistub.yml
51 lines (45 loc) · 1.7 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
packages:
- name: botocore
path: ./botocore-stubs
checks:
flake8: false
pyright: false
mypy: false
stubtest: true
snapshots:
stubtest: |-
error: botocore.vendored failed to find stubs
Stub:
MISSING
Runtime:
<module 'botocore.vendored' from './botocore/vendored/__init__.py'>
error: botocore.vendored.requests failed to find stubs
Stub:
MISSING
Runtime:
<module 'botocore.vendored.requests' from './botocore/vendored/requests/__init__.py'>
error: botocore.vendored.requests.exceptions failed to find stubs
Stub:
MISSING
Runtime:
<module 'botocore.vendored.requests.exceptions' from './botocore/vendored/requests/exceptions.py'>
error: botocore.vendored.requests.packages failed to find stubs
Stub:
MISSING
Runtime:
<module 'botocore.vendored.requests.packages' from './botocore/vendored/requests/packages/__init__.py'>
error: botocore.vendored.requests.packages.urllib3 failed to find stubs
Stub:
MISSING
Runtime:
<module 'botocore.vendored.requests.packages.urllib3' from './botocore/vendored/requests/packages/urllib3/__init__.py'>
error: botocore.vendored.requests.packages.urllib3.exceptions failed to find stubs
Stub:
MISSING
Runtime:
<module 'botocore.vendored.requests.packages.urllib3.exceptions' from './botocore/vendored/requests/packages/urllib3/exceptions.py'>
error: botocore.vendored.six failed to find stubs
Stub:
MISSING
Runtime:
<module 'botocore.vendored.six' from './botocore/vendored/six.py'>