Skip to content

Commit 0935449

Browse files
fix precommit format to ignore new airbyte-ci versions (#34234)
if there's a new version of airbyte-ci available, we fail the pre-push hook and force an update. For some reason, that doesn't even satisfy pre-push hooks on graphite. I really think it's an unnecessary check during hooks, and only adds friction
1 parent 88f937d commit 0935449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
hooks:
44
- id: format-fix-all-on-push
55
always_run: true
6-
entry: airbyte-ci format fix all
6+
entry: airbyte-ci --disable-update-check format fix all
77
language: system
88
name: Run airbyte-ci format fix on git push (~30s)
99
pass_filenames: false

0 commit comments

Comments
 (0)