Skip to content

Commit

Permalink
Upgrade mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Nov 7, 2024
1 parent e86a39f commit d7a6eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a6eb9

Please sign in to comment.