🐶 calm ruff even more

This commit is contained in:
Ondrej Samohel 2025-02-13 10:08:28 +01:00
parent 8bcab93793
commit dd05199aed
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 30 additions and 10 deletions

View file

@ -166,7 +166,7 @@ def test_get_file_location_from_frame() -> None:
# test with custom regex
sequence = Sequence(
frame_padding=4,
frame_regex=re.compile("boo_(?P<index>(?P<padding>0*)\d+)\.exr"))
frame_regex=re.compile(r"boo_(?P<index>(?P<padding>0*)\d+)\.exr"))
file_locations_list = [
FileLocation(
file_path=Path(f"/path/to/boo_{frame}.exr"),