Skip to content

v0.8.8

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 20:07
· 82 commits to main since this release
4269be9

Changelog

4269be9 Merge pull request #13 from bvobart/docker-and-peer-deps
01e6e83 Updates ReadMe with info about optional dependencies, Docker containers and describe / config also matching on partial rule slugs
ab82e15 Adds Docker login action to publish workflow
2312297 Adds a Dockerfile and adds instructions in GoReleaser config to build and publish mllint Docker images for Python 3.6, 3.7, 3.8 and 3.9
1f9d897 Adds a list of optional Python dependencies required to run all mllint's analyses. Can be installed with pip install mllint[tools] when released

Docker images

  • docker pull bvobart/mllint:latest-py3.7
  • docker pull bvobart/mllint:0.8.8-py3.7
  • docker pull bvobart/mllint:latest
  • docker pull bvobart/mllint:0.8.8
  • docker pull bvobart/mllint:latest-py3.9
  • docker pull bvobart/mllint:0.8.8-py3.9
  • docker pull bvobart/mllint:latest-py3.6
  • docker pull bvobart/mllint:0.8.8-py3.6
  • docker pull bvobart/mllint:latest-py3.8
  • docker pull bvobart/mllint:0.8.8-py3.8