rodrigogiraoserrao/Python Black Check

Customisable GitHub action to use black to check Python code in your repository

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Mar 14, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: rodrigogiraoserrao/python-black-check@6b0dfc621aa1474a140b9a29ff91a53e45dd8c96 # v3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathFile or directory to run black on.no.
line-lengthThe number of characters allowed per line.no81
includeA regular expression that matches files and directories that should be included on recursive searches.no\.pyi?$
excludeA regular expression that matches files and directories that should be excluded on recursive searches.no/(\.direnv|\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|\.svn|_build|buck-out|build|dist)/
namedescription
outputThe output of black.