-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmypy.ini
More file actions
38 lines (30 loc) · 787 Bytes
/
mypy.ini
File metadata and controls
38 lines (30 loc) · 787 Bytes
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
[mypy]
exclude = (?x)(
debug_integration_.*\.py$
| MySQLFailover\.py
| MySQLIamAuthentication\.py
| MySQLInternalConnectionPoolPasswordWarning\.py
| MySQLReadWriteSplitting\.py
| MySQLSecretsManager\.py
| PGFailover\.py
| PGIamAuthentication\.py
| PGInternalConnectionPoolPasswordWarning\.py
| PGReadWriteSplitting\.py
| PGSecretsManager\.py
)
[mypy-mysql]
ignore_missing_imports = True
[mypy-parameterized]
ignore_missing_imports = True
[mypy-botocore.config]
ignore_missing_imports = True
[mypy-botocore.exceptions]
ignore_missing_imports = True
[mypy-boto3]
ignore_missing_imports = True
[mypy-ResourceBundle]
ignore_missing_imports = True
[mypy-requests]
ignore_missing_imports = True
[mypy-toml]
ignore_missing_imports = True