-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypy.ini
More file actions
39 lines (28 loc) · 716 Bytes
/
mypy.ini
File metadata and controls
39 lines (28 loc) · 716 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]
python_version = 3.11
mypy_path = src
exclude = ^src/entity/workflow/templates/
strict = True
ignore_errors = True
files = src/entity/plugins/context.py, src/entity/resources
follow_imports = skip
[mypy-langchain_core.*]
ignore_missing_imports = True
[mypy-yaml.*]
ignore_missing_imports = True
[mypy-asyncpg.*]
ignore_missing_imports = True
[mypy-pgvector.asyncpg.*]
ignore_missing_imports = True
[mypy-httpx.*]
ignore_missing_imports = True
[mypy-dotenv.*]
ignore_missing_imports = True
[mypy-pgvector.*]
ignore_missing_imports = True
[mypy-cdktf.*]
ignore_missing_imports = True
[mypy-cdktf_cdktf_provider_aws.*]
ignore_missing_imports = True
[mypy-src.entity.resources.*]
ignore_errors = False