mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 14:14:29 +02:00
31 lines
614 B
INI
31 lines
614 B
INI
[mypy]
|
|
python_version = 3.11
|
|
pretty = true
|
|
follow_imports = normal
|
|
namespace_packages = true
|
|
show_column_numbers = true
|
|
show_error_codes = true
|
|
allow_redefinition = false
|
|
check_untyped_defs = true
|
|
implicit_reexport = false
|
|
strict_optional = true
|
|
strict_equality = true
|
|
warn_no_return = true
|
|
warn_redundant_casts = true
|
|
warn_unused_configs = true
|
|
warn_unused_ignores = true
|
|
warn_unreachable = true
|
|
plugins = pydantic.mypy
|
|
|
|
[mypy-toolz.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-sanic_testing.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-fire.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-cytoolz.*]
|
|
ignore_missing_imports = True
|