2021-06-30 17:03:55 +02:00
|
|
|
[mypy]
|
2022-09-29 23:57:41 +02:00
|
|
|
python_version = 3.9
|
2021-06-30 17:03:55 +02:00
|
|
|
show_error_codes = true
|
|
|
|
|
|
|
|
strict = true
|
|
|
|
warn_unreachable = true
|
2023-10-20 18:25:20 +02:00
|
|
|
|
|
|
|
[mypy-async_timeout.*]
|
|
|
|
ignore_missing_imports = True
|