jw-pkg/conf/templates
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann a1d192b048 pyproject.toml: Enable mypy.exhaustive-match
Add the exhaustive-match error code to the mypy configuration. This
requires all match statements to be exhaustive, handling all possible
values of the matched expression.

The fix is to add 'case _: pass' to each match statement that is
intended to be non-exhaustive, making the non-exhaustiveness explicit.

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 11:33:39 +00:00
..
Makefile conf/templates: Fix installation 2026-06-11 13:30:43 +02:00
pyproject.toml pyproject.toml: Enable mypy.exhaustive-match 2026-08-09 11:33:39 +00:00