Skip to content

Commit

Permalink
fix precommit format to ignore new airbyte-ci versions (airbytehq#34234)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stephane-airbyte authored and jatinyadav-cc committed Feb 26, 2024
1 parent a4b010b commit fd66e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
hooks:
- id: format-fix-all-on-push
always_run: true
entry: airbyte-ci format fix all
entry: airbyte-ci --disable-update-check format fix all
language: system
name: Run airbyte-ci format fix on git push (~30s)
pass_filenames: false
Expand Down

0 comments on commit fd66e76

Please sign in to comment.