Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
/ black-action Public archive
forked from jshields/black-action

A GitHub action that runs black code formatter for Python

License

Notifications You must be signed in to change notification settings

infoscout/black-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A GitHub action that runs black code formatter for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 93.7%
  • Shell 6.3%