From 0563b845be236dc618c7fdd2f167f9e92d6b1e70 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 9 Jan 2025 17:36:17 +0100 Subject: [PATCH] pre-commit: drop golangci-lint for now The package crashes during check with: ``` golangci-lint............................................................Failed - hook id: golangci-lint - exit code: 3 level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package gpgme: could not load export data: no export data for \"github.com/proglottis/gpgme\"" level=error msg="Running error: can't run linter goanalysis_metalinter\nbuildir: failed to load package gpgme: could not load export data: no export data for \"github.com/proglottis/gpgme\"" ``` which is not helpful --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5040e5a..9ff9bce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,10 +19,10 @@ repos: hooks: - id: pyspelling args: ["--config", ".spellcheck.yml"] - - repo: https://github.com/golangci/golangci-lint - rev: v1.63.1 - hooks: - - id: golangci-lint + # - repo: https://github.com/golangci/golangci-lint + # rev: v1.63.1 + # hooks: + # - id: golangci-lint - repo: https://github.com/hhatto/autopep8 rev: v2.3.0 hooks: