forked from flux-framework/flux-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmypy.ini
45 lines (32 loc) · 902 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
44
45
[mypy]
python_version = 3.6
files=src/cmd/**/*.py,src/bindings/python/flux,t/python/*.py
mypy_path=src/bindings/python,t/python/tap/,t/python
[mypy-_flux._core]
ignore_missing_imports = True
[mypy-_flux._security]
ignore_missing_imports = True
[mypy-_flux._hostlist]
ignore_missing_imports = True
[mypy-_flux._idset]
ignore_missing_imports = True
[mypy-_flux._rlist]
ignore_missing_imports = True
[mypy-cffi]
ignore_missing_imports = True
[mypy-setuptools]
#seriously? really python?
ignore_missing_imports = True
[mypy-jsonschema]
ignore_missing_imports = True
[mypy-flux.utils.parsedatetime]
ignore_missing_imports = True
[mypy-pycotap]
follow_imports = silent
# These are temporary while we find a way to generate stubs for flux.constants
[mypy-flux.job.list]
ignore_errors = True
[mypy-flux.core.handle]
ignore_errors = True
[mypy-python.t1000-service-add-remove]
ignore_errors = True