diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b31d9900a..1d1a0f7fd 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.2.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks