forked from xmos/ai_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmypy.ini
43 lines (31 loc) · 753 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
42
43
[mypy]
python_version = 3.6
strict = True
implicit_reexport = True
cache_dir = /dev/nul
show_column_numbers = True
follow_imports = silent
[mypy-tflite2xcore.*.schema_py_generated]
ignore_errors = True
[mypy-numpy.*]
ignore_missing_imports = True
[mypy-tensorflow.*]
ignore_missing_imports = True
[mypy-dill.*]
ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True
[mypy-_pytest.*]
ignore_missing_imports = True
[mypy-portalocker.*]
ignore_missing_imports = True
[mypy-aenum.*]
ignore_missing_imports = True
[mypy-flatbuffers.*]
ignore_missing_imports = True
[mypy-larq.*]
ignore_missing_imports = True
[mypy-larq_compute_engine.*]
ignore_missing_imports = True
[mypy-xtflm_interpreter.*]
ignore_missing_imports = True