mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-13 15:33:47 +08:00
chore(ci): enhance current lint rules (#289)
* chore(ci): enhance current lint rules * run linter * fix all warnings * fix(convert): release VideoCapture * fix(ci): properly close file * better tests * fix(ci): setup opengl * Revert "fix(ci): setup opengl" This reverts commit a33f53a1c04f909d7660f2b5221c763a9ef97d53. * fix(ci): skipif Windows in workflows * actually xfail
This commit is contained in:
@ -67,7 +67,7 @@ def test_format_enum(enum_type: EnumMeta) -> None:
|
||||
|
||||
assert expected == got
|
||||
|
||||
got = "{enum}".format(enum=enum)
|
||||
got = "{enum}".format(enum=enum) # noqa: UP032
|
||||
|
||||
assert expected == got
|
||||
|
||||
|
Reference in New Issue
Block a user