From df3749097d1ef530b4a49de1ef0e69aee7d0c6d4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:06:54 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#160) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pat-s --- .mockery.yaml | 6 +++--- .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.mockery.yaml b/.mockery.yaml index 2cdaf8d..91f3860 100644 --- a/.mockery.yaml +++ b/.mockery.yaml @@ -5,10 +5,10 @@ dir: '{{.InterfaceDir}}/mocks' packages: go.woodpecker-ci.org/autoscaler/providers/hetznercloud/hcapi: config: - recursive: True + recursive: true go.woodpecker-ci.org/autoscaler/engine: config: - recursive: True + recursive: true go.woodpecker-ci.org/autoscaler/server: config: - recursive: True + recursive: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c789bc..0f11ea8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/golangci/golangci-lint - rev: v1.59.0 + rev: v1.59.1 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli