ci: upgrade golangci-lint to 2.3.0

Upgrades the configuration file from V1 to V2 format which was pretty
straightforward. The vendor/ directory no longer needs to be excluded as
it is a default now in 2.x.

Updates the pre-commit configuration to the latest and greatest version.
This commit is contained in:
Lukas Zapletal 2025-07-23 11:30:45 +02:00 committed by Michael Vogt
parent 27ad7cb6f0
commit 2828ee63cf
3 changed files with 3 additions and 4 deletions

View file

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