diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61d0869..a649bdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.4.0 hooks: - id: pyupgrade name: PyUpgrade 3.7+ @@ -31,7 +31,7 @@ repos: args: [--profile, black] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black