annotate service/collector/mypy.ini @ 1450:ca96da46c73e

collector config Ignore-this: 627203d9daf08d043162603abceef88b darcs-hash:3e62e8034358866d145a9820df4223784d6c95f6
author drewp <drewp@bigasterisk.com>
date Wed, 25 Sep 2019 17:25:36 -0700
parents 666f9a2198a7
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/