blob: 3b7d272291cb18041c67702a9c93cd282412fc9f [file]
; Mypy is run both with and without this config file in CI.
; This allows us to make mypy strict Optional compliant over time.
[mypy]
strict_optional = True
ignore_errors = True