nvchecker/mypy.ini
Maud LAURENT 9deb55806d
Add optional token for regex and httpheader. Add htmlparser source (#182)
add an httptoken option; add htmlparser with xpath source

Co-authored-by: Maud LAURENT <maud.laurent@eurecia.com>
Co-authored-by: lilydjwg <lilydjwg@gmail.com>
2021-06-11 16:18:39 +08:00

26 lines
449 B
INI

[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
[mypy-flaky]
ignore_missing_imports = True
[mypy-pytest_httpbin]
ignore_missing_imports = True
[mypy-appdirs]
ignore_missing_imports = True
[mypy-lxml]
ignore_missing_imports = True