annotate service/collector/mypy.ini @ 1254:666f9a2198a7

add types to sse_collector.py. Surprisingly few bugs found. Ignore-this: df20acbf7ec27226f3060f3b5a4c710b darcs-hash:7c699d51556f20c785dfc9190e9ce8e38c0fa1e6
author drewp <drewp@bigasterisk.com>
date Fri, 19 Apr 2019 01:08:01 -0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1254
666f9a2198a7 add types to sse_collector.py. Surprisingly few bugs found.
drewp <drewp@bigasterisk.com>
parents:
diff changeset
1 [mypy]
666f9a2198a7 add types to sse_collector.py. Surprisingly few bugs found.
drewp <drewp@bigasterisk.com>
parents:
diff changeset
2 no_implicit_optional = True
666f9a2198a7 add types to sse_collector.py. Surprisingly few bugs found.
drewp <drewp@bigasterisk.com>
parents:
diff changeset
3 #ignore_missing_imports = True
666f9a2198a7 add types to sse_collector.py. Surprisingly few bugs found.
drewp <drewp@bigasterisk.com>
parents:
diff changeset
4 python_executable = /usr/bin/python3
666f9a2198a7 add types to sse_collector.py. Surprisingly few bugs found.
drewp <drewp@bigasterisk.com>
parents:
diff changeset
5 warn_unused_configs = True
666f9a2198a7 add types to sse_collector.py. Surprisingly few bugs found.
drewp <drewp@bigasterisk.com>
parents:
diff changeset
6 warn_return_any = True
666f9a2198a7 add types to sse_collector.py. Surprisingly few bugs found.
drewp <drewp@bigasterisk.com>
parents:
diff changeset
7 mypy_path = /opt/stubs:/usr/local/lib/python3.6/dist-packages/