rocioar/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
- Stale
- License
- None
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. |