mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-13 02:05:33 +00:00
9deb55806d
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>
26 lines
449 B
INI
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
|