Skip to content

Commit ab4e548

Browse files
committed
Use mypy 1.16.1
1 parent ae04e1e commit ab4e548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fate-suite:
2828
rsync -vrltLW rsync://fate-suite.ffmpeg.org/fate-suite/ tests/assets/fate-suite/
2929

3030
lint:
31-
$(PIP) install -U ruff isort pillow numpy mypy==1.15.0 pytest
31+
$(PIP) install -U ruff isort pillow numpy mypy==1.16.1 pytest
3232
ruff format --check av examples tests setup.py
3333
isort --check-only --diff av examples tests
3434
mypy av tests

0 commit comments

Comments
 (0)