From d7a6eb998b65236ca95b53e3aef77824edeb16aa Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Thu, 7 Nov 2024 15:51:10 -0500 Subject: [PATCH] Upgrade mypy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1cd3c39a4..818c14c00 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 black isort flake8 flake8-pyproject pillow numpy mypy==1.11.2 pytest + $(PIP) install -U black isort flake8 flake8-pyproject pillow numpy mypy==1.13.0 pytest black --check av examples tests setup.py flake8 av isort --check-only --diff av examples tests