The pre-commit-hooks project has very human textual output when hooks are executed, e.g.
Trim Trailing Whitespace.................................................Passed
Fix End of Files.........................................................Passed
Check Yaml...............................................................Passed
Check for added large files..............................................Passed
The ruff-pre-commit OTOH is much more silent, e.g.
ruff.....................................................................Passed
ruff-format..............................................................Passed
Can we change the name attribute of the two hooks to something more friendly? e.g.
Check Python code quality................................................Passed
Check Python code formatting.............................................Passed
The pre-commit-hooks project has very human textual output when hooks are executed, e.g.
The ruff-pre-commit OTOH is much more silent, e.g.
Can we change the
nameattribute of the two hooks to something more friendly? e.g.