On Fri, Sep 27, 2024 at 8:57 PM Vincent Fazio <vfazio@xxxxxxxxxxx> wrote: > > This resolves a strict no-untyped-call mypy warning. > > Signed-off-by: Vincent Fazio <vfazio@xxxxxxxxxxx> > --- Ok, so I see this is how it's done in the standard library but why? If an error doesn't take arguments, one should raise its type? Could you elaborate more in the commit message? Bart