diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6a76e3a..20da1ef6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.9b0 hooks: - id: black language_version: python @@ -23,7 +23,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v2.24.0 + rev: v2.26.0 hooks: - id: pyupgrade args: ["--py36-plus"]