actions-marketplace-validations/Gradual Black Formatter
Gradually runs the black formatter on your codebase starting from the files that were last modified longer ago.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 31, 2020
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/rocioar_gradual-black-formatter@6aa11a3178390522953ed75daf672ad258f7b67f # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| number_of_files | Number of files to which the black formatter should be applied at once. | — | 1 |
| ignore_files_regex | List of files that should be ignored divided by comma. | — | — |
Outputs
| name | description |
|---|---|
| number_of_modified_files | The number of files that were modified. |
| modified_file_names | Modified files divided by comma. |