Optional features

docker_name

The name of the docker image on dockerhub.

Example:

docker_name: domdfcoding/fancy_docker_image

Required: no

Default: <blank>

Type: String

docker_shields

Whether shields for docker container image size and build status should be shown.

Example:

docker_shields: True

Required: no

Default: False

Type: Boolean

enable_pre_commit

Whether pre-commit should be installed and configured.

Example:

enable_pre_commit: True

Required: no

Default: True

Type: Boolean

enable_releases

Whether packages should be copied from PyPI to GitHub Releases.

Example:

enable_releases: True

Required: no

Default: True

Type: Boolean