From 7c3a7721efc68b97267b981e2bccc1023eab3475 Mon Sep 17 00:00:00 2001 From: Matthew Anderson <42154938+matoszz@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:34:34 -0600 Subject: [PATCH] minor updates --- .golangci.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index a5f684c..2030d22 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -39,5 +39,5 @@ issues: exclude-use-default: true exclude-dirs: - httptestutil/* - exclude-files: + exclude-files: - example_test.go diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd828fd..019342f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,6 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/crate-ci/typos - rev: v1.22.7 + rev: v1.24.6 hooks: - id: typos