Skip to content

feat: Introduce duration argument for video generation#27

Merged
CyrilJl merged 2 commits into
mainfrom
feature-video-duration-control-15650824408664744244
Dec 15, 2025
Merged

feat: Introduce duration argument for video generation#27
CyrilJl merged 2 commits into
mainfrom
feature-video-duration-control-15650824408664744244

Format code with Ruff

c69f783
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 15, 2025 in 0s

4 new issues (0 max.) of at least severity.

Annotations

Check warning on line 400 in mapflow/_classic.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

mapflow/_classic.py#L400

Method _calculate_animation_parameters has a cyclomatic complexity of 11 (limit is 8)

Check notice on line 2 in tests/test_animate.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/test_animate.py#L2

Consider possible security implications associated with the subprocess module.

Check failure on line 91 in tests/test_animate.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/test_animate.py#L91

Detected subprocess function 'run' without a static string.

Check warning on line 91 in tests/test_animate.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/test_animate.py#L91

subprocess call - check for execution of untrusted input.