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
Fix ASYNC126 eval file after auto-formatter wrapping
The pre-commit ruff/black formatter wrapped some `class Foo(Bar):` lines
across multiple lines, which moved the trailing `# error:` annotation off
the line where the visitor actually emits the error (the `class` keyword
line). Use shorter class names so the formatter leaves them on a single
line.
0 commit comments