Clasko / python-black-docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Dockerfile 100.0%