Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 660 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 660 Bytes

pythonlinter-reviewdog

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).

Versions

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 .