Skip to content

Commit

Permalink
Dockerfile: Update mypy to latest release
Browse files Browse the repository at this point in the history
Running the linting with the latest image fails as it raises issues with mypy
See: python/mypy#13627

Change-Id: I98bb6e713f3e32d7dae0ca0398a3e7632e0e886d
  • Loading branch information
cianmcgrath committed Oct 5, 2022
1 parent 063972d commit 4ad5a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN python -m pip install --no-cache-dir \
grpcio==1.46.0 \
grpcio-tools==1.46.0 \
flake8==3.8.4 \
mypy==0.950
mypy==0.981

0 comments on commit 4ad5a28

Please sign in to comment.