Files
Max Isbey 91a983fc4c chore: ignore ANN204 to allow __init__ without return type
Replaces mypy-init-return (which only exempts __init__ when args are
typed) with a blanket ANN204 ignore. Special methods have well-known
return types and pyright infers them correctly.
2026-03-24 23:12:43 +00:00
..