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
This commit is contained in:
Michael Vogt 2025-01-09 17:36:17 +01:00 committed by Ondřej Budai
parent fb56109048
commit 0563b845be

View file

@ -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: