Fixes and improvements.
This commit is contained in:
@@ -5,3 +5,7 @@ strict_optional = True
|
||||
warn_unused_ignores = False
|
||||
warn_redundant_casts = True
|
||||
warn_unused_configs = True
|
||||
# Disable function signature checking for pre-commit compatibility
|
||||
disallow_untyped_defs = False
|
||||
disallow_incomplete_defs = False
|
||||
check_untyped_defs = False
|
||||
|
||||
Reference in New Issue
Block a user