-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypy.ini
More file actions
33 lines (24 loc) · 680 Bytes
/
Copy pathmypy.ini
File metadata and controls
33 lines (24 loc) · 680 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
[mypy]
ignore_missing_imports = True
exclude = tests/
[mypy-cks_runtime.core_api.*]
disallow_untyped_defs = True
disallow_any_generics = True
warn_return_any = True
warn_unreachable = True
[mypy-cks_runtime.diagnostics.*]
disallow_untyped_defs = True
[mypy-cks_runtime.dispatcher.*]
disallow_untyped_defs = True
[mypy-cks_runtime.events.*]
disallow_untyped_defs = True
[mypy-cks_runtime.execution.*]
disallow_untyped_defs = True
[mypy-cks_runtime.explainability.*]
disallow_untyped_defs = True
[mypy-cks_runtime.metrics.*]
disallow_untyped_defs = True
[mypy-cks_runtime.session.*]
disallow_untyped_defs = True
[mypy-cks_runtime.transaction.*]
disallow_untyped_defs = True