Skip to content

Docker image for Gitlab CI to run a black formatter check.

Notifications You must be signed in to change notification settings

Clasko/python-black-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Code style: black

Python Black formatter image

Using in a Gitlab CI

In Gitlab CI one can easily use the image milansuk/python-black and run black --check ..

black:
  stage: static-analysis
  image: milansuk/python-black:latest
  script:
    - black --check . 

Docker hub

About

Docker image for Gitlab CI to run a black formatter check.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%