mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-23 19:21:05 +00:00
feat: project init
This commit is contained in:
17
mypy.ini
Normal file
17
mypy.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[mypy]
|
||||
python_version = 3.10
|
||||
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
|
||||
Reference in New Issue
Block a user