diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc7c11a56..bda6f0e3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: language: system entry: 'gofmt -w -s' - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks