We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae04e1e commit ab4e548Copy full SHA for ab4e548
Makefile
@@ -28,7 +28,7 @@ fate-suite:
28
rsync -vrltLW rsync://fate-suite.ffmpeg.org/fate-suite/ tests/assets/fate-suite/
29
30
lint:
31
- $(PIP) install -U ruff isort pillow numpy mypy==1.15.0 pytest
+ $(PIP) install -U ruff isort pillow numpy mypy==1.16.1 pytest
32
ruff format --check av examples tests setup.py
33
isort --check-only --diff av examples tests
34
mypy av tests
0 commit comments