actions-marketplace-validations/Python Black20 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 29, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/orthoin3d_python-black20-check@b1c7ef55ca229a992a8a09b030ea90bc5069ec17 # no releases — HEAD as of 2026-07-13tags 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. |