Update pre-commit

This commit is contained in:
Timmy Welch 2025-02-23 12:29:23 -08:00
parent 130b7dec4a
commit 5307b5d8df

View File

@ -13,7 +13,7 @@ repos:
- id: go-imports
args: [-w]
- repo: https://github.com/golangci/golangci-lint
rev: v1.60.3
rev: v1.64.5
hooks:
- id: golangci-lint
- repo: https://github.com/asottile/setup-cfg-fmt
@ -37,6 +37,6 @@ repos:
args: [--py38-plus]
exclude: tests
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
rev: v2.3.2
hooks:
- id: autopep8