We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1896757 commit fd527aaCopy full SHA for fd527aa
2 files changed
.lefthook.yaml
@@ -49,7 +49,7 @@ pre-commit:
49
run: pixi {run} typos --force-exclude {staged_files}
50
- name: zizmor
51
glob: "*.{yml,yaml}"
52
- run: pixi {run} zizmor --no-progress --min-severity high --fix .
+ run: pixi {run} zizmor --no-progress --min-severity high --fix --offline .
53
- name: conftest
54
glob: "Dockerfile*"
55
run: pixi {run} conftest-run {staged_files}
template/.lefthook.yaml
@@ -46,4 +46,4 @@ pre-commit:
46
47
48
0 commit comments