1
0
mirror of synced 2025-12-25 11:06:55 -05:00
Files
airbyte/.pre-commit-config.yaml
Stephane Geneix 0935449af9 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
2024-01-16 08:30:43 -08:00

11 lines
295 B
YAML

repos:
- repo: local
hooks:
- id: format-fix-all-on-push
always_run: true
entry: airbyte-ci --disable-update-check format fix all
language: system
name: Run airbyte-ci format fix on git push (~30s)
pass_filenames: false
stages: [push]