We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a0deb commit 8e1fa18Copy full SHA for 8e1fa18
lefthook.yml
@@ -3,6 +3,19 @@ lefthook: pixi run --no-progress --environment=lint lefthook
3
templates:
4
run: run --quiet --no-progress --environment=lint
5
6
+colors: true
7
+
8
+output:
9
+ - meta # Print lefthook version
10
+ - summary # Print summary block (successful and failed steps)
11
+ - empty_summary # Print summary heading when there are no steps to run
12
+ # - success # Print successful steps
13
+ # - failure # Print failed steps printing
14
+ # - execution # Print any execution logs
15
+ # - execution_out # Print execution output
16
+ # - execution_info # Print `EXECUTE > ...` logging
17
+ - skips # Print "skip" (i.e. no files matched)
18
19
pre-commit:
20
parallel: true
21
jobs:
0 commit comments