From 3981bae49750ed9de8fb9703d5f585145e58b75b Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Mon, 4 May 2026 15:50:22 -0400 Subject: [PATCH] ci: use shared pre-commit hook --- .pre-commit-config.yaml | 4 ---- .taskcluster.yml | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab11399..037ea55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,4 @@ --- -ci: - autofix_commit_msg: 'style: pre-commit.ci auto fixes [...]' - autoupdate_commit_msg: 'chore: pre-commit autoupdate' - autoupdate_schedule: monthly repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 diff --git a/.taskcluster.yml b/.taskcluster.yml index f7774b6..4d14c95 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -8,6 +8,8 @@ version: 1 reporting: checks-v1 policy: pullRequests: public_restricted +hooks: + - name: lint/pre-commit-v1 tasks: - $let: trustDomain: "mozilla"