Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 324 Bytes

Dockerized Mypy

Quickly and easily use Mypy from docker

Usage

docker run --rm --volume $(pwd):/app/ ghcr.io/zetier/dockerized_mypy:latest .

Tags

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