Quickly and easily use Mypy from docker
docker run --rm --volume $(pwd):/app/ ghcr.io/zetier/dockerized_mypy:latest .
Tags will be formatted as <python_version>-<mypy version>
For example:
3.8-1.3.0
is python 3.8 , mypy version 1.3.0
Quickly and easily use Mypy from docker
docker run --rm --volume $(pwd):/app/ ghcr.io/zetier/dockerized_mypy:latest .
Tags will be formatted as <python_version>-<mypy version>
For example:
3.8-1.3.0
is python 3.8 , mypy version 1.3.0