repos: - repo: local hooks: - id: env-sync name: Sync .env files from .env.example entry: python3 scripts/check_env_sync.py --fix language: system pass_filenames: false always_run: true