Exception nazi and other suppression removals. Added tests on auth flows that were simplified to linter requirements.

This commit is contained in:
2026-05-02 05:22:56 +00:00
parent 2dea459d8f
commit 2fa52229cc
13 changed files with 279 additions and 97 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ def process_video(path, *, maxsize, quality):
},
)
if not isinstance(ostream, av.VideoStream):
raise RuntimeError("failed to initialize AV1 video stream")
raise TypeError("failed to initialize AV1 video stream")
ostream.width = frame.width
ostream.height = frame.height
ostream.pix_fmt = frame.format.name