actions-marketplace-validations/Run python black code formatter

Run the black formatter on your codebase to improve code review experience.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
additional_argsBlack additional input arguments.no""
fail_on_errorExit code when black formatting errors are found [true, false]. Defaults to 'true'. notrue
main_branchMain branch of the repository to speed up incremental diff nomain
quiet_mode(--quiet) Don't emit non-error messages to stderr. Errors are still emitted; silence those with 2>/dev/null nofalse
print_diff_mode(--diff) Don't write the files back, just output a diff for each file on stdout. nofalse
check_mode(--check) Don't write the files back, just return the status. Return code 0 means nothing would change. Return code 1 means some files would be reformatted. Return code 123 means there was an internal error. nofalse
only_changed_filesTurn on if you only want to check changed files instead of all files. nofalse
base_commitSha of the commit to compare files to. no""
namedescription
is_formattedWhether the files were formatted using the black formatter.