From 821dfbfdba0f7c84d26f54e9a2ff0e60197d8349 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Wed, 26 Jun 2024 14:14:21 +0200 Subject: [PATCH] Switch back pre-commit hook misspell to upstream (#11280) The pull request adding the pre-commit hook config was merged. --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8248022e..539fc5ec4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,9 +45,8 @@ repos: - netaddr==1.2.1 - distlib - - repo: https://github.com/VannTen/misspell - # Waiting on https://github.com/golangci/misspell/pull/19 to get merged - rev: 8592a4e + - repo: https://github.com/golangci/misspell + rev: v0.6.0 hooks: - id: misspell exclude: "OWNERS_ALIASES$"