Skip to content

AlpacaTechJP/docker_flake8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

python syntax checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published