Docker container for pylint and flake8 Docker Pull Command docker pull kal1sha/docker-pylint-flake8 Test flake8 --max-line-length=120 *.py pylint -d C0301 *.py