Skip to content

Commit 8e1fa18

Browse files
committed
quiten lefthook some more
1 parent b0a0deb commit 8e1fa18

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lefthook.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ lefthook: pixi run --no-progress --environment=lint lefthook
33
templates:
44
run: run --quiet --no-progress --environment=lint
55

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+
619
pre-commit:
720
parallel: true
821
jobs:

0 commit comments

Comments
 (0)