2020-08-11 09:43:03 +00:00
|
|
|
[mypy]
|
|
|
|
warn_unused_configs = True
|
|
|
|
warn_redundant_casts = True
|
|
|
|
warn_unused_ignores = True
|
|
|
|
show_error_context = True
|
|
|
|
show_column_numbers = True
|
|
|
|
no_implicit_optional = True
|
|
|
|
|
|
|
|
[mypy-structlog]
|
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-pyalpm]
|
|
|
|
ignore_missing_imports = True
|
2020-08-17 07:11:14 +00:00
|
|
|
|
|
|
|
[mypy-flaky]
|
|
|
|
ignore_missing_imports = True
|
2020-08-17 08:56:10 +00:00
|
|
|
|
|
|
|
[mypy-pytest_httpbin]
|
|
|
|
ignore_missing_imports = True
|
2020-08-31 09:50:11 +00:00
|
|
|
|
2021-06-11 08:18:39 +00:00
|
|
|
[mypy-lxml]
|
|
|
|
ignore_missing_imports = True
|
2023-05-08 15:28:20 +00:00
|
|
|
|
|
|
|
[mypy-tomllib]
|
|
|
|
ignore_missing_imports = True
|
2024-03-31 08:10:09 +00:00
|
|
|
|
|
|
|
[mypy-jq]
|
|
|
|
ignore_missing_imports = True
|