diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 499ca1a..28ffa08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "21.10b0" + rev: "21.11b1" hooks: - id: black @@ -31,6 +31,6 @@ repos: additional_dependencies: [types-requests] - repo: https://github.com/asottile/pyupgrade - rev: "v2.29.0" + rev: "v2.29.1" hooks: - id: pyupgrade