You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Run black on files that diverged from the 25.9.0 pre-commit config.
- Fix ruff UP006/UP035 (typing.Dict/List -> dict/list) in the small
root-level test fixtures.
- emitfunc.emit_method_call: the guarded-direct path (added by the
allow_interpreted_subclasses commit) referenced a no-longer-defined
`method` variable. Use method_decl through the new helpers to match
the direct call path. Fixes type check and 5 run-classes tests.
0 commit comments