diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3e5179055..7061946460 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: # Black, the code formatter, natively supports pre-commit - repo: https://github.com/psf/black - rev: 21.9b0 # Keep in sync with blacken-docs + rev: 21.10b0 # Keep in sync with blacken-docs hooks: - id: black @@ -53,7 +53,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==21.9b0 # keep in sync with black hook + - black==21.10b0 # keep in sync with black hook # Changes tabs to spaces - repo: https://github.com/Lucas-C/pre-commit-hooks