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
- Host: GitHub
- URL: https://github.com/alpacatechjp/docker_flake8
- Owner: AlpacaTechJP
- Created: 2015-02-23T03:29:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-25T10:36:02.000Z (almost 11 years ago)
- Last Synced: 2025-02-25T05:43:57.157Z (over 1 year ago)
- Size: 138 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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