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
By default, dataclasses generate a __match_args__ attribute, but this can be overridden if match_args=False is used in the class definition. Pyright currently does not honor this flag and always generates __match_args__.