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

Rerun nox #312

Open meghprkh opened 2 months ago

meghprkh commented 2 months ago

A superset of https://github.com/microsoft/vscode-mypy/pull/311

Generated by pinning eslint to fix npm audit issues and running nox

podman run -v .:/workspace:rw -it python:3.8-alpine /bin/sh 
apk add nodejs npm
pip install nox
nox