diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02b2b5e..6bcea3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: go-test - id: gofumpt - repo: https://github.com/golangci/golangci-lint - rev: v2.5.0 + rev: v2.6.0 hooks: - id: golangci-lint-full - repo: https://github.com/gitleaks/gitleaks diff --git a/graph/tools.go b/graph/tools.go index bd07e3d..0e9573a 100644 --- a/graph/tools.go +++ b/graph/tools.go @@ -1,5 +1,4 @@ //go:build tools -// +build tools package graph