Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

6 watching

Forks

Releases

Packages

Contributors