third_party.pigweed.src/.mypy.ini
Rob Mohr 291f4c8608 python: Start enforcing mypy --no-implicit-optional
Also, add mypy.ini for each module.

Change-Id: Ied1d0dc990beb6436b35c5bc0cbbfbcd5aa3b9e0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/115373
Reviewed-by: Wyatt Hepler <hepler@google.com>
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
2022-10-20 21:03:29 +00:00

3 lines
35 B
INI

[mypy]
no_implicit_optional = True