All Projects → lgeiger → Black Action

lgeiger / Black Action

Licence: mit
A GitHub action that runs black code formatter for Python

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/[email protected]"
  args = ". --check"
}

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].