From c1454864c4fa9917dfd95c19586f92cdc4e4a964 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 9 Jan 2025 16:59:32 +0100 Subject: [PATCH] pre-commit: bump golangci-lint to v1.63.1 to fix crash when importing slices --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a21019..5040e5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: pyspelling args: ["--config", ".spellcheck.yml"] - repo: https://github.com/golangci/golangci-lint - rev: v1.59.1 + rev: v1.63.1 hooks: - id: golangci-lint - repo: https://github.com/hhatto/autopep8