From 5307b5d8dfd8eaf236d0db934b03b4f1abab7941 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sun, 23 Feb 2025 12:29:23 -0800 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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