mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-04-30 14:44:36 +02:00
17 lines
371 B
INI
17 lines
371 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
|
|
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
|