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
node: Use default_factory for ProviderFactorySpec.special
Replace direct SpecialSourceProvider.Options() default with
dataclasses.field(default_factory=...) to satisfy rruff and
avoid function call in dataclass default
0 commit comments