microsoft / vscode-mypy

Linting support for Python using the mypy linter.
https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker
MIT License
114 stars 24 forks source link

Update MyPy to 1.10.1 #310

Closed meghprkh closed 2 months ago

meghprkh commented 2 months ago

Steps followed for future reference:

podman pull python:3.8-alpine
podman run -v .:/workspace:rw -it python:3.8-alpine /bin/sh

# In docker

/ # python --version
Python 3.8.19
/ # pip install pip-tools
/ # cd /workspace/
/workspace # pip-compile --generate-hashes ./requirements.in
meghprkh commented 2 months ago

Closed in favour of https://github.com/microsoft/vscode-mypy/pull/311