diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63f3755..050c934 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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