Skip to content

pdemp1729/docker-code-quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-code-quality

Docker image for checking python code quality

Usage

After building the docker image using ./docker.sh build it can be used to run flake8, black and isort (in check mode) on a codebase of your choosing. In particular, assuming you're in the directory of the code you want to check, simply run

docker run --rm -t -v $(pwd):/code docker-code-quality:{IMAGE_TAG}

About

Docker image for python code quality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published