diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3456dfcf9..4fb2ed491 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +18,8 @@ repos: language: system entry: go run github.com/golangci/golangci-lint/cmd/golangci-lint run --timeout 15m0s pass_filenames: false - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -49,13 +49,13 @@ repos: - id: trailing-whitespace exclude: '.*_test.go$' # regex - repo: https://github.com/lovesegfault/beautysh - rev: v6.2.1 + rev: v6.4.3 hooks: - id: beautysh args: ['--indent-size', '2'] additional_dependencies: [setuptools] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint - repo: https://github.com/astronomer/pre-commit-hooks