From 8e5a8c5fe18ef05c4f222f7f4cdd018bef0430d8 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Mon, 23 Jun 2025 22:46:37 -0400 Subject: [PATCH] Use mypy 1.16.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b4f58ab7..135d091ad 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ fate-suite: rsync -vrltLW rsync://fate-suite.ffmpeg.org/fate-suite/ tests/assets/fate-suite/ lint: - $(PIP) install -U ruff isort pillow numpy mypy==1.15.0 pytest + $(PIP) install -U ruff isort pillow numpy mypy==1.16.1 pytest ruff format --check av examples tests setup.py isort --check-only --diff av examples tests mypy av tests