An open API service indexing awesome lists of open source software.

https://github.com/alpacatechjp/docker_flake8

python syntax checker
https://github.com/alpacatechjp/docker_flake8

Last synced: 4 months ago
JSON representation

python syntax checker

Awesome Lists containing this project

README

          

flake8
======

python syntax checker

How to use
----------

By default, the docker image will run **flake8** on the `src/` directory (in
the container `/project/src/`).::

$ docker run -ti -v $(pwd):/project alpacadb/flake8

Pass any arguments that you would like after flake8::

$ docker run -ti -v $(pwd):/project alpacadb/flake8 --max-complexity 12 coolproject