luceda/Run black formatter
Run the black formatter on your codebase to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| black_args | Black input arguments. | no | "" |
| fail_on_error | Exit code when black formatting errors are found [true, false]. Defaults to 'true'. | no | true |
Outputs
| name | description |
|---|---|
| is_formatted | Whether the files were formatted using the black formatter. |