diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dab8212..d8985a4 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: "22.3.0" + rev: "22.6.0" hooks: - id: black @@ -31,7 +31,7 @@ repos: additional_dependencies: [types-requests] - repo: https://github.com/asottile/pyupgrade - rev: "v2.34.0" + rev: "v2.37.1" hooks: - id: pyupgrade