Fixes and improvements.

This commit is contained in:
OK
2025-08-09 00:16:37 +02:00
parent 38f0479d1e
commit d742ab86fa
22 changed files with 529 additions and 457 deletions
+4
View File
@@ -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