forked from dlt-hub/verified-sources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmypy.ini
41 lines (31 loc) · 742 Bytes
/
mypy.ini
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
[mypy]
python_version=3.8
ignore_missing_imports=false
strict_optional=false
warn_redundant_casts=true
# disallow_any_explicit=true
disallow_any_generics=true
disallow_untyped_defs=true
check_untyped_defs=true
warn_return_any=true
namespace_packages=true
warn_unused_ignores=true
;disallow_any_generics=false
;disallow_untyped_defs=false
;warn_return_any=false
[mypy-facebook_business.*]
ignore_missing_imports=true
[mypy-asana.*]
ignore_missing_imports=true
[mypy-apiclient.*]
ignore_missing_imports=true
[mypy-simple_salesforce.*]
ignore_missing_imports=true
[mypy-proto.*]
ignore_missing_imports=true
[mypy-langchain.*]
ignore_missing_imports=true
[mypy-pyarrow.*]
ignore_missing_imports=true
[mypy-tests.*]
; ignore_errors=true