GitHunt
GD

gdubicki/black-action

A GitHub action that runs black code formatter for Python

*** ARCHIVED ***

I suggest using the official GitHub action for Black instead.

*** ARCHIVED ***

Black Code Formatter GitHub Action

A GitHub action that runs black code formatter for Python.

Example Workflow

workflow "Example Workflow" {
  on = "push"
  resolves = ["Lint"]
}

action "Lint" {
  uses = "lgeiger/black-action@master"
  args = ". --check"
}

For a full list of possible args checkout the black docs.

Contributors

MIT License
Created January 16, 2021
Updated May 7, 2024