actions-marketplace-validations/Python Black Check
Customisable GitHub action to use black to check Python code in your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 14, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/rodrigogiraoserrao_python-black-check@6b0dfc621aa1474a140b9a29ff91a53e45dd8c96 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to run black on. | no | . |
| line-length | The number of characters allowed per line. | no | 81 |
| include | A regular expression that matches files and directories that should be included on recursive searches. | no | \.pyi?$ |
| exclude | A 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)/ |
Outputs
| name | description |
|---|---|
| output | The output of black. |