diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96ddcf746..06e82fe4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: exclude: ^noxfile.py$ - repo: https://github.com/asottile/pyupgrade - rev: v2.24.0 + rev: v2.25.0 hooks: - id: pyupgrade @@ -42,7 +42,7 @@ repos: # Black, the code formatter, natively supports pre-commit - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.8b0 hooks: - id: black # By default, this ignores pyi files, though black supports them