pre-commit: bump golangci-lint to v1.63.1 to fix crash when importing slices

This commit is contained in:
Michael Vogt 2025-01-09 16:59:32 +01:00 committed by Ondřej Budai
parent 25043b2e70
commit c1454864c4

View file

@ -20,7 +20,7 @@ repos:
- id: pyspelling - id: pyspelling
args: ["--config", ".spellcheck.yml"] args: ["--config", ".spellcheck.yml"]
- repo: https://github.com/golangci/golangci-lint - repo: https://github.com/golangci/golangci-lint
rev: v1.59.1 rev: v1.63.1
hooks: hooks:
- id: golangci-lint - id: golangci-lint
- repo: https://github.com/hhatto/autopep8 - repo: https://github.com/hhatto/autopep8