python linter [NB: not pylint] with Review Dog inside. For use with CI templates.
Based on wemake-services/wemake-python-styleguide
image (which is based on flake8
pylinter).
wemake-python-styleguide | latest |
reviewdog | v0.9.17 |
NOTE: there is no fixed tag as of now, only latest
To override these default versions:
docker build -t linuxbandit/pythonlinter-reviewdog --build-arg LINTER_VERSION=v9000 --build-arg REVIEWDOG_VERSION=v1000 .