diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa0c91699..963a869af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.6.0 hooks: - id: pyupgrade name: PyUpgrade 3.6+ @@ -34,6 +34,6 @@ repos: args: [--profile, black] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.3.0 hooks: - id: setup-cfg-fmt