jw-pkg/conf/templates
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann 989b800906 pyproject.toml: Enable mypy.disallow_untyped_defs
Add disallow_untyped_defs = true to the mypy configuration. This
requires all function definitions to have complete type annotations
for both parameters and return types. Since disallow_incomplete_defs
was already satisfied (all functions have partial annotations), this
final rule validates that no function is left without any type hints.

Assisted-by: unsloth/Qwen3.6-35B-A3B-GGUF:IQ4_NL and pi.dev 0.81.1
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-08-09 12:07:37 +00:00
..
Makefile conf/templates: Fix installation 2026-06-11 13:30:43 +02:00
pyproject.toml pyproject.toml: Enable mypy.disallow_untyped_defs 2026-08-09 12:07:37 +00:00