forked from symforce-org/symforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (36 loc) · 831 Bytes
/
setup.cfg
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
44
45
46
47
48
49
[mypy]
python_version = 3.8
warn_unused_configs = True
disallow_untyped_defs = True
mypy_path =
.
: gen/python
: $SYMFORCE_LCMTYPES_DIR
: symforce/pybind
[mypy-argh.*]
ignore_missing_imports = True
[mypy-black.*]
ignore_missing_imports = True
[mypy-graphviz.*]
ignore_missing_imports = True
[mypy-IPython.*]
ignore_missing_imports = True
[mypy-matplotlib.*]
ignore_missing_imports = True
[mypy-mpl_toolkits.*]
ignore_missing_imports = True
[mypy-numba.*]
ignore_missing_imports = True
[mypy-skymarshal.*]
ignore_missing_imports = True
[mypy-symengine.*]
ignore_missing_imports = True
[mypy-sympy.*]
ignore_missing_imports = True
[mypy-scipy.*]
ignore_missing_imports = True
# We don't require torch to be installed
[mypy-torch.*]
ignore_missing_imports = True
[mypy-lcmtypes.*]
follow_imports = silent