- The
py/special-method-wrong-signaturehas been modernized and rewritten to no longer rely on outdated APIs. Moreover, the query no longer flags cases where a default value is never used, as these alerts were rarely useful.
- The
py/unused-global-variablenow no longer flags variables that are only used in forward references (e.g. theFooindef bar(x: "Foo"): ...).