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 #307

Closed meghprkh closed 3 months ago

meghprkh commented 3 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 3 months ago

@microsoft-github-policy-service agree

meghprkh commented 3 months ago

Just looked there is a version 1.10.1 probably makes sense to upgrade to that directly

karthiknadig commented 3 months ago

Go ahead and make the update.

karthiknadig commented 3 months ago

Can you generate the requirements using Python 3.8. This is to ensure package compatibility with minimum 3.8.