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"