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