diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c38dcdd1..ab8b61c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,8 +11,8 @@ repos: always_run: true args: ["-i"] additional_dependencies: ["clang-format"] -- repo: https://github.com/ambv/black - rev: 21.8b0 +- repo: https://github.com/psf/black + rev: 21.9b0 hooks: - id: black language_version: python