fix(api): Make type ignores more specific where possible
Instead of using absolute ignore `# type: ignore` use a more
specific ignores like `# type: ignore[override]`. This might help
in the future where a new bug might be introduced and get ignored
by a general ignore comment but not a more specific one.
Signed-off-by:
Igor Ponomarev <igor.ponomarev@collabora.com>
Loading
Please register or sign in to comment