chg: [test] Updated mypy configuration.

This commit is contained in:
Cédric Bonhomme 2021-11-01 13:42:55 +01:00
parent 415afc3ac8
commit be3e32ef6c
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 83 additions and 155 deletions

13
mypy.ini Normal file
View file

@ -0,0 +1,13 @@
[mypy]
check_untyped_defs = True
ignore_errors = False
ignore_missing_imports = True
strict_optional = True
no_implicit_optional = True
warn_unused_ignores = True
warn_redundant_casts = True
warn_unused_configs = True
warn_unreachable = True
show_error_context = True
pretty = True