diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0de82cf2de..6d9d52fde2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - - repo: https://github.com/ambv/black + - repo: https://github.com/psf/black rev: 23.1.0 hooks: - id: black