diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0c72ea0..43f43942 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: name: Reorder Python imports (src, tests) files: "^(?!examples/)" args: ["--application-directories", "src"] - - repo: https://github.com/python/black + - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black