Skip to content

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

Notifications You must be signed in to change notification settings

sukovanej/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

Version

  • milansuk/python-black:3.8
  • milansuk/python-black:latest (Python 3.6)

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published