Skip to content

Alpine-based version of Python Black for reproducible usage in CI

License

Notifications You must be signed in to change notification settings

prybalko/docker-black

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for black

Alpine-based version of Python Black for reproducible usage in CI

Build Status Tag License

Tiny Alpine-based multistage-build dockerized version of Black[1].

[1] Official project: https://github.com/python/black

Docker mounts

The working directory inside the Docker container is /data/ and should be mounted locally to the root of your project.

Usage

# Linux, Mac, Windows (Powershell)
docker run --rm -v $(pwd):/data prybalko/black main.py

# Windows (cmd)
docker run --rm -v �%:/data prybalko/black main.py

License

MIT License

Copyright (c) 2019 prybalko

About

Alpine-based version of Python Black for reproducible usage in CI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published