MyPy: check untyped functions

This commit is contained in:
DarkCat09 2023-03-24 19:05:28 +04:00
parent 3b588d2da5
commit 8d3d72412f

View file

@ -19,3 +19,4 @@ packages = []
show_error_codes = true
ignore_missing_imports = true
warn_redundant_casts = true
check_untyped_defs = true