dbarbar / docker-pythonqa

A Docker container with flake8 and some plugins ready to do static QA on Python code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python QA

Build Status

A container with python, flake8, and some flake8 plugins for doing static QA.

Run it with your code mounted at /code inside the container.

docker run -v ${PWD}:/code dbarbar/pythonqa:latest

About

A Docker container with flake8 and some plugins ready to do static QA on Python code.